// "Implement interface" "true" // SHOULD_BE_AVAILABLE_AFTER_EXECUTION // WITH_RUNTIME class Container { private interface Base { var z: Double } }