Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
symbols
/
symbolByPsi
/
script.kts
blob: 7a28985e1adc9b31ba51826f1adc5a820664f19b [
file
]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
fun foo
()
{
}
val b
=
42
class
C
{
fun member
()
{
}
val prop
=
foo
()
}
foo
()