KT-18040: Enable auto popup when typing after $e. in string template

#KT-18040 fixed
This commit is contained in:
Simon Ogorodnik
2017-07-27 15:14:28 +03:00
parent 4e77897bfd
commit 5e032139cb
7 changed files with 106 additions and 9 deletions
@@ -0,0 +1,10 @@
class Bar {
val aa = "Some"
}
fun foo() {
val bar = Bar()
val y = "$bar.<caret>"
}
// ELEMENT: aa