ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Slice / errorDetection / Undefined.ice
blob0534829c8842ed47a74929a84868c535f594ab0a
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
12 module Test
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; };