8 lines
148 B
Kotlin
Vendored
8 lines
148 B
Kotlin
Vendored
// "Implement sealed class" "true"
|
|
// WITH_RUNTIME
|
|
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
|
|
|
sealed class <caret>Base {
|
|
abstract fun foo(): Int
|
|
}
|