40dd229021
#KT-21172 Fixed
9 lines
129 B
Plaintext
Vendored
9 lines
129 B
Plaintext
Vendored
class A {
|
|
constructor() {
|
|
bar()
|
|
val foo<selection>: String</selection><caret> = ""
|
|
}
|
|
|
|
fun bar() {}
|
|
}
|