blob: 7a28985e1adc9b31ba51826f1adc5a820664f19b [file]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
fun foo() {
}
val b = 42
class C {
fun member() {
}
val prop = foo()
}
foo()