1d88960a19
Fixed commented introduce variable tests.
11 lines
139 B
Kotlin
Vendored
11 lines
139 B
Kotlin
Vendored
class StringBuilder(s: String) {}
|
|
|
|
fun a() {
|
|
val s = StringBuilder("text")
|
|
<selection>s</selection>
|
|
}
|
|
/*
|
|
builder
|
|
s
|
|
stringBuilder
|
|
*/ |