summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/DummyAtGlobalLevel.err
blob: 69bec07fa6c61d6f1b4aa6d5ed1778d1a7cfa260 (plain)
1
2
3
4
5
6
7
8
DummyAtGlobalLevel.ice:11: `Foo': an interface can be defined only at module scope
DummyAtGlobalLevel.ice:12: `UndefinedException' is not defined
DummyAtGlobalLevel.ice:13: keyword `class' cannot be used as exception name
DummyAtGlobalLevel.ice:16: `IntSeq': a sequence can be defined only at module scope
DummyAtGlobalLevel.ice:19: `S': a structure can be defined only at module scope
DummyAtGlobalLevel.ice:23: `StringDict': a dictionary can be defined only at module scope
DummyAtGlobalLevel.ice:25: `E': an enumeration can be defined only at module scope
DummyAtGlobalLevel.ice:27: `x': a constant can be defined only at module scope