1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
8 [channel
=dev
] M14
= 1.1,
10 [channel
=dev
] M16
= 1.3,
50 interface TestDevToStable
{
54 void Foo
([in] int32_t x
);
59 [dev_version
=1.1, version=1.2]
60 void Bar
([in] int32_t x
);
65 [dev_version
=1.1, version=1.2]
66 void Baz
([in] int32_t x
);