Files
kotlin-fork/compiler/testData/integration/ant/jvm/languageVersion/main.kt
T

4 lines
42 B
Kotlin
Vendored

sealed class Base
class Derived : Base()