Correctly honor expected type when converting string templates to UAST

#KT-17315 Fixed
 #KT-17316 Fixed
This commit is contained in:
Dmitry Jemerov
2017-04-18 16:57:12 +02:00
parent f801c5f3f8
commit 03cef30717
4 changed files with 44 additions and 18 deletions
+2
View File
@@ -0,0 +1,2 @@
val bar = "bar"
val f = "foo$bar"