mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
171 B
Kotlin
Vendored
9 lines
171 B
Kotlin
Vendored
// "Implement interface" "true"
|
|
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
|
// WITH_RUNTIME
|
|
|
|
class Container {
|
|
private interface <caret>Base {
|
|
var z: Double
|
|
}
|
|
} |