3d8d92c7d3
- test data files renamed from *.jet to *.kt
5 lines
51 B
Kotlin
Vendored
5 lines
51 B
Kotlin
Vendored
abstract class XXX {
|
|
abstract val a : Int get
|
|
|
|
}
|