Files
kotlin/plugins/uast-kotlin/testData/StringTemplateWithVar.kt
Dmitry Jemerov 03cef30717 Correctly honor expected type when converting string templates to UAST
#KT-17315 Fixed
 #KT-17316 Fixed
2017-04-19 11:46:13 +02:00

3 lines
34 B
Kotlin
Vendored

val bar = "bar"
val f = "foo$bar"