1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
15 sequence<Foo> FooSequence;
16 dictionary<Foo, Bar> FooBarDictionary;
17 interface BarIntf extends Foo { void op(); };
18 class BarClass1 extends Foo { long l; };
19 class BarClass2 implements Foo1, Foo2, Foo3 { long l; };
20 class BarClass3 extends Foo implements Foo1, Foo2, Foo3 { long l; };