summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/RedefinitionAsDictionary.ice
blob: c2b56f35f8346064261b7f5c3984674eb55fc800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

module Test
{

class C { long l; }
dictionary<string, int> C;

}