Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
psi
/
LocalDeclarations.kt
blob: 105d91783892c161dbd47136e0af58102cd451fc [
file
]
fun foo
()
{
out
1
@a
abstract
class
foof
{}
abstract
@a
class
foof
{}
out
val foo
=
5
@a
var
foo
=
4
typealias f
=
T
.()
->
Unit
}