Properly reporting illegal use of 'super' in extension functions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun String.f() {
|
||||
<!SUPER_NOT_AVAILABLE!>super@f<!>.compareTo("")
|
||||
<!SUPER_NOT_AVAILABLE!>super<!>.compareTo("")
|
||||
}
|
||||
Reference in New Issue
Block a user