[FIR] Implement super resolve as a particular tower resolver case
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ fun Any.extension(arg: Any?) {}
|
||||
|
||||
class A1 {
|
||||
fun test() {
|
||||
super.extension(null) // Call to an extension function
|
||||
super.<!UNRESOLVED_REFERENCE!>extension<!>(null) // Call to an extension function
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user