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

sequence<int> Sequence1;
interface Sequence1;

sequence<int> Sequence2;
interface Sequence2 { };