Files

6 lines
68 B
Kotlin
Vendored

// FIR_IDENTICAL
abstract class XXX {
abstract val a : Int get
}