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