Override members does not generate qualified super when not needed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface A {
|
||||
fun foo(value : String) : Unit = 0
|
||||
fun foo(value : String) : Unit {}
|
||||
}
|
||||
|
||||
class C : A {
|
||||
|
||||
Reference in New Issue
Block a user