Tests for more special names

This commit is contained in:
Andrey Breslav
2014-06-16 22:35:43 +04:00
parent 777f3d1341
commit 654dd5afff
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
class C {
class object {}
<!CONFLICTING_JVM_DECLARATIONS!>val `object$`<!> = C
}
@@ -0,0 +1,3 @@
object <!CONFLICTING_JVM_DECLARATIONS!>O<!> {
<!CONFLICTING_JVM_DECLARATIONS!>val `instance$`: O<!> = null!!
}