Tests moved to appropriate locations
This commit is contained in:
@@ -72,6 +72,6 @@ class ERROR<E>() : <!UNRESOLVED_REFERENCE!>UR<!> {
|
|||||||
// No supertype at all
|
// No supertype at all
|
||||||
class A1 {
|
class A1 {
|
||||||
fun test() {
|
fun test() {
|
||||||
super.equals(null)
|
<!SUPER_IS_NOT_AN_EXPRESSION!>super<!>.equals(null)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user