Override members does not generate qualified super when not needed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// ERROR: Unresolved reference: println
|
||||
open class A() {
|
||||
open val method : () -> Unit? = {println("hello")}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user