ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Slice / errorDetection / RedefinitionAsClass.ice
blobec3fd6d2a7667433a0c0ce6477f5bd07c38ead04
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<int> Sequence1;
16 class Sequence1;
18 sequence<int> Sequence2;
19 class Sequence2 { };