Fix AssertionError on completing after template in string literal
#KT-16402 Fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
0560ba7929
commit
27e7f13335
+8
@@ -0,0 +1,8 @@
|
||||
class Foo(val bar: Bar)
|
||||
class Bar(val baz: String)
|
||||
|
||||
fun foo(foo: Foo) {
|
||||
val s = "$foo.bar.<caret>"
|
||||
}
|
||||
|
||||
// EXIST: baz
|
||||
Reference in New Issue
Block a user