missing test for KT-451 incorrect character liternals assertion error

This commit is contained in:
Stepan Koltsov
2011-11-10 15:13:08 +04:00
parent 763be2af9e
commit c8e2e06d59
@@ -0,0 +1,6 @@
// http://youtrack.jetbrains.net/issue/KT-451
fun ff() {
val b = <!ERROR_COMPILE_TIME_VALUE!>''<!>
val c = <!ERROR_COMPILE_TIME_VALUE!>'23'<!>
}