f266a44356
^KT-64080 Fixed
7 lines
99 B
Kotlin
Vendored
7 lines
99 B
Kotlin
Vendored
package test
|
|
|
|
val property = 10
|
|
|
|
class MyClass(i: Int) {
|
|
constructor(): this(prop<caret>erty)
|
|
} |