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