Tests for diagnostics on this and super are moved and broken into smaller parts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// No supertype at all
|
||||
class A1 {
|
||||
fun test() {
|
||||
<!SUPER_IS_NOT_AN_EXPRESSION!>super<!>.equals(null) // Call to an extension function
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user