5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
class C(val x: Int)
|
|
|
|
fun test() {
|
|
val c = <expr>C</expr>(55)
|
|
} |