bbdcf19123
So #KT-16903 Fixed
7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
abstract class A<T>
|
|
|
|
typealias AS = A<String>
|
|
|
|
class C : AS {
|
|
<caret>constructor()
|
|
} |