40dd229021
#KT-21172 Fixed
6 lines
132 B
Plaintext
Vendored
6 lines
132 B
Plaintext
Vendored
// DISABLE-ERRORS
|
|
class A(i: Int, j: Int) {
|
|
constructor(i: Int) : this(i, 2)
|
|
|
|
val a<selection>: Int</selection><caret> = 1
|
|
} |