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