Files
kotlin-fork/compiler/testData/psi/AnonymousInitializer.kt
T
2013-09-17 18:10:00 +04:00

10 lines
49 B
Kotlin

class Foo {
{
foo()
val c = f
}
}