Tests moved to appropriate locations

This commit is contained in:
Andrey Breslav
2011-10-21 13:37:14 +04:00
parent d445a09a80
commit fb971ff7cb
4 changed files with 1 additions and 1 deletions
@@ -72,6 +72,6 @@ class ERROR<E>() : <!UNRESOLVED_REFERENCE!>UR<!> {
// No supertype at all
class A1 {
fun test() {
super.equals(null)
<!SUPER_IS_NOT_AN_EXPRESSION!>super<!>.equals(null)
}
}