mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
Can be used for implementing interfaces / abstract classes / sealed classes or extending open classes
4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
// "Create subclass" "true"
|
|
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
|
|
|
private open class <caret>Base |