summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/IllegalUseOfKeyword.err
blob: a91961ed0214a5480d10b0e374905aba7132287a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
IllegalUseOfKeyword.ice:10: keyword `module' cannot be used as exception name
IllegalUseOfKeyword.ice:10: exceptions cannot be forward declared
IllegalUseOfKeyword.ice:11: keyword `void' cannot be used as exception name
IllegalUseOfKeyword.ice:16: keyword `exception' cannot be used as struct name
IllegalUseOfKeyword.ice:16: structs cannot be forward declared
IllegalUseOfKeyword.ice:17: keyword `class' cannot be used as struct name
IllegalUseOfKeyword.ice:22: keyword `interface' cannot be used as class name
IllegalUseOfKeyword.ice:23: keyword `struct' cannot be used as class name
IllegalUseOfKeyword.ice:29: keyword `local' cannot be used as interface name
IllegalUseOfKeyword.ice:30: keyword `extends' cannot be used as interface name
IllegalUseOfKeyword.ice:37: keyword `implements' cannot be used as operation name
IllegalUseOfKeyword.ice:39: keyword `throws' cannot be used as parameter name
IllegalUseOfKeyword.ice:39: keyword `void' cannot be used as parameter name
IllegalUseOfKeyword.ice:41: keyword `byte' cannot be used as parameter name
IllegalUseOfKeyword.ice:41: keyword `short' cannot be used as parameter name
IllegalUseOfKeyword.ice:46: keyword `int' cannot be used as data member name
IllegalUseOfKeyword.ice:47: keyword `long' cannot be used as data member name
IllegalUseOfKeyword.ice:48: keyword `float' cannot be used as data member name
IllegalUseOfKeyword.ice:49: keyword `double' cannot be used as data member name
IllegalUseOfKeyword.ice:52: keyword `Object' cannot be used as sequence name
IllegalUseOfKeyword.ice:54: keyword `LocalObject' cannot be used as dictionary name
IllegalUseOfKeyword.ice:56: keyword `string' cannot be used as enumeration name
IllegalUseOfKeyword.ice:63: keyword `sequence' cannot be used as enumerator
IllegalUseOfKeyword.ice:64: keyword `dictionary' cannot be used as enumerator
IllegalUseOfKeyword.ice:65: keyword `enum' cannot be used as enumerator
IllegalUseOfKeyword.ice:69: illegal inheritance from type Object