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