KT-18040: Enable auto popup when typing after $e. in string template
#KT-18040 fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Bar {
|
||||
val aa = "Some"
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val bar = Bar()
|
||||
val y = """$bar.
|
||||
a<caret>"""
|
||||
}
|
||||
|
||||
// NO_LOOKUP
|
||||
Reference in New Issue
Block a user