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 @@ import dependency.D
|
||||
|
||||
class C: D<Int>() {
|
||||
override fun id(t: Int): Int {
|
||||
<selection><caret>return super<D>.id(t)</selection>
|
||||
<selection><caret>return super.id(t)</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user