blob: 2dd2b1a04f33fd049b971378d562784ba76f09d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
IllegalLocal.ice:17: local interface `i2' cannot have non-local base interface `i1'
IllegalLocal.ice:19: non-local interface `i3' cannot have local base interface `i2'
IllegalLocal.ice:25: non-local class `c2' cannot have local base interface `i2'
IllegalLocal.ice:31: non-local interface `i' cannot have operation `op' throwing local exception `le'
IllegalLocal.ice:34: non-local exception `le2' cannot have local base exception `le'
IllegalLocal.ice:40: non-local class`c3' cannot contain local member `lo1'
IllegalLocal.ice:41: cannot create proxy for local interface `i2'
IllegalLocal.ice:41: non-local class`c3' cannot contain local member `lo2'
IllegalLocal.ice:42: non-local class`c3' cannot contain local member `lo3'
IllegalLocal.ice:43: non-local class`c3' cannot contain local member `ls'
IllegalLocal.ice:48: non-local struct`s1' cannot contain local member `ls'
IllegalLocal.ice:53: non-local exception`e3' cannot contain local member `ls'
IllegalLocal.ice:56: non-local sequence `los' cannot have local element type
IllegalLocal.ice:59: non-local dictionary `d1' cannot have local key type
IllegalLocal.ice:60: non-local dictionary `d2' cannot have local value type
IllegalLocal.ice:61: non-local dictionary `d3' cannot have local key type
IllegalLocal.ice:61: non-local dictionary `d3' cannot have local value type
IllegalLocal.ice:66: non-local struct`s2' cannot contain local member `m'
IllegalLocal.ice:72: non-local struct`s3' cannot contain local member `e'
IllegalLocal.ice:77: non-local interface `i5' cannot have local parameter `p' in operation `op'
IllegalLocal.ice:78: non-local interface `i5' cannot have operation `op2' with local return type
IllegalLocal.ice:87: operation `op' cannot have a throws clause because it is an operation on a local interface
IllegalLocal.ice:92: operation `op' cannot have a throws clause because it is an operation on a local class
|