mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
Can be used for implementing interfaces / abstract classes / sealed classes or extending open classes
6 lines
137 B
Kotlin
Vendored
6 lines
137 B
Kotlin
Vendored
// "Implement abstract class" "true"
|
|
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
|
|
|
class Container {
|
|
protected abstract class <caret>Base
|
|
} |