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