40dd229021
#KT-21172 Fixed
10 lines
118 B
Kotlin
Vendored
10 lines
118 B
Kotlin
Vendored
class A {
|
|
constructor() {
|
|
val foo: String<caret>
|
|
bar()
|
|
foo = ""
|
|
}
|
|
|
|
fun bar() {}
|
|
}
|