6 lines
48 B
Kotlin
Vendored
6 lines
48 B
Kotlin
Vendored
class <caret>C1 {}
|
|
|
|
fun f() {
|
|
val c = C1();
|
|
}
|