blob: 2a1816f59682ee6d9b27ff207b08d10944608c2c (
plain)
1
2
3
4
5
6
7
8
|
DummyAtGlobalLevel.ice:6: `Foo': an interface can be defined only at module scope
DummyAtGlobalLevel.ice:7: `UndefinedException' is not defined
DummyAtGlobalLevel.ice:8: keyword `class' cannot be used as exception name
DummyAtGlobalLevel.ice:11: `IntSeq': a sequence can be defined only at module scope
DummyAtGlobalLevel.ice:14: `S': a structure can be defined only at module scope
DummyAtGlobalLevel.ice:18: `StringDict': a dictionary can be defined only at module scope
DummyAtGlobalLevel.ice:20: `E': an enumeration can be defined only at module scope
DummyAtGlobalLevel.ice:22: `x': a constant can be defined only at module scope
|