equal
deleted
inserted
replaced
|
1 module Bla { |
|
2 struct Blub { |
|
3 long a; |
|
4 string b; |
|
5 }; |
|
6 |
|
7 interface Blubber { |
|
8 Blub getBlub(); |
|
9 }; |
|
10 |
|
11 typedef My::Complicated::Reachable::Thing Thing; |
|
12 |
|
13 interface Irgendwas { |
|
14 struct Bla { |
|
15 |
|
16 }; |
|
17 |
|
18 readonly attribute Thing b; |
|
19 }; |
|
20 }; |