blob: d7008b05e618045febf3fa07c9d669bb2ab57d6f [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fidl.test.protocolmethodremove;
// [START contents]
protocol Example {
ExistingMethod();
OldMethod();
};
// [END contents]