summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/RedefinitionAsInterface.ice
blob: bcb23f8c69e30871da1e84d6006632759b498b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// **********************************************************************
//
// Copyright (c) 2001
// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************

sequence<int> Sequence1;
interface Sequence1;

sequence<int> Sequence2;
interface Sequence2 { };