Restore some of the tests for deprecated OBJECT$ field

This commit is contained in:
Pavel V. Talanov
2015-02-11 19:37:50 +03:00
parent 2d59791cf2
commit ed5e2a21d1
12 changed files with 97 additions and 0 deletions
@@ -2,4 +2,10 @@ class C {
<!REDECLARATION!>class object<!> {}
val <!REDECLARATION!>Default<!> = C
}
class D {
<!CONFLICTING_JVM_DECLARATIONS!>class object<!> {}
<!CONFLICTING_JVM_DECLARATIONS!>val `OBJECT$`<!> = D
}