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

11 lines
115 B
Kotlin
Vendored

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