8 lines
83 B
Kotlin
Vendored
8 lines
83 B
Kotlin
Vendored
class A {
|
|
constructor(i: Int)
|
|
}
|
|
|
|
fun call() {
|
|
val a = <expr>A(42)</expr>
|
|
}
|