Test for CFA in string templates

This commit is contained in:
Andrey Breslav
2013-12-04 14:26:48 +04:00
parent 11fcd64949
commit e09d3aab3a
3 changed files with 30 additions and 0 deletions
@@ -0,0 +1,3 @@
fun test() {
"${throw Exception()} ${1}"
}