7 lines
52 B
Kotlin
Vendored
7 lines
52 B
Kotlin
Vendored
class A(n: Int) {
|
|
|
|
}
|
|
|
|
fun test() {
|
|
<caret>A(1)
|
|
} |