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