Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}