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