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