5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Foo()<caret> {
|
|
constructor(a: Int): this()
|
|
} |