204d9e3423
So #KT-20714 Fixed
11 lines
145 B
Kotlin
Vendored
11 lines
145 B
Kotlin
Vendored
// PROBLEM: none
|
|
// SKIP_ERRORS_BEFORE
|
|
// SKIP_ERRORS_AFTER
|
|
|
|
class Point {
|
|
val x: Int
|
|
|
|
constructor(x: Int) {
|
|
x = <caret>x
|
|
}
|
|
} |