Files
kotlin-fork/idea/idea-completion/testData/confidence/AutoPopupInStringTemplate.kt
T
2017-07-30 09:15:16 +03:00

10 lines
111 B
Kotlin
Vendored

class Bar {
val aa = "Some"
}
fun foo() {
val bar = Bar()
val y = "$bar.<caret>"
}
// ELEMENT: aa