Override/Implement: Do not insert super-call into extension body
Such super-calls are not are supported yet #KT-4311 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
open class A {
|
||||
open fun Int.foo(): Int {
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
class B: A() {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user