bbdcf19123
So #KT-16903 Fixed
6 lines
67 B
Plaintext
Vendored
6 lines
67 B
Plaintext
Vendored
abstract class A<T>
|
|
|
|
typealias AS = A<String>
|
|
|
|
class C() : AS() {
|
|
} |