Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
concatenatedStringGenerator
/
stringtemplateWithConstant.kt
blob: 4956662820f8d24a7b7d1a1bb3146d44efa9862b [
file
] [
log
] [
blame
]
// WITH_RUNTIME
val foo
=
"aaa"
val bar
=
"bbb"
fun bar2
()
=
"will be ignored"
val test
=
"foo$foo$bar"
+
"${bar}${bar2()}bar"