6 lines
68 B
Kotlin
Vendored
6 lines
68 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
abstract class XXX {
|
|
abstract val a : Int get
|
|
|
|
}
|