Fixed KT-4892 Override method generates redundant type arguments in call to super
#KT-4892 Fixed
This commit is contained in:
@@ -8,6 +8,6 @@ public open class B() : A() {
|
||||
|
||||
public open class C() : B() {
|
||||
override fun foo() {
|
||||
<selection><caret>super<B>.foo()</selection>
|
||||
<selection><caret>super.foo()</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user