DEBSOURCES
Skip Quicknav
sources / zeroc-ice / 3.7.10-3.1 / cpp / test / Slice / errorDetection / RedefinitionAsDictionary.ice
1234567891011
// // Copyright (c) ZeroC, Inc. All rights reserved. // module Test { class C { long l; } dictionary<string, int> C; }