Fix "secondary constructor -> primary" in case of implicit super call
So #KT-16903 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface A<T>
|
||||
|
||||
typealias AS = A<String>
|
||||
|
||||
class C : AS {
|
||||
<caret>constructor()
|
||||
}
|
||||
Reference in New Issue
Block a user