Store in test data failure for quotedName name

This commit is contained in:
Nikolay Krasko
2017-12-01 18:18:55 +03:00
parent 57d62eb74a
commit ab28bdf32f
@@ -1,4 +1,5 @@
// "Create class 'A!u00A0'" "true"
// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError
fun test() {
val t = <caret>`A!u00A0`(1)
}