Fixed KT-4892 Override method generates redundant type arguments in call to super
#KT-4892 Fixed
This commit is contained in:
@@ -2,6 +2,6 @@ package foo
|
||||
|
||||
class Impl : Bar() {
|
||||
override fun f(): Any? {
|
||||
<selection><caret>return super<Bar>.f()</selection>
|
||||
<selection><caret>return super.f()</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user