Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/Jet67.kt
T

6 lines
68 B
Kotlin
Vendored

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