ff40b098f9
Original commit: 9190029fcc
3 lines
60 B
Kotlin
3 lines
60 B
Kotlin
abstract class AStarDeclaration {
|
|
abstract val a: A<*>
|
|
} |