7 lines
70 B
Kotlin
Vendored
7 lines
70 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
|
|
abstract class XXX {
|
|
abstract val a : Int get
|
|
|
|
}
|