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