Files
kotlin-fork/plugins/kapt3/kapt3-compiler/testData/converter/anonymousInitializer.kt
T
2022-06-17 16:51:06 +02:00

8 lines
57 B
Kotlin
Vendored

class C {
fun f() {}
init {
f()
}
}