Add test for quoted class name

This commit is contained in:
Mikhael Bogdanov
2017-08-10 12:08:33 +02:00
parent 022430cb59
commit 3fd6dd3572
5 changed files with 31 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
class `A!u00A0`() {
val ok = "OK"
}
fun box(): String {
return `A!u00A0`().ok
}