blob: 05fc0e591efe576e72eff18fae92a69fc7e9c2f7 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
a { ;;; }
b { }
c {
}
d { ; int-property: 42; }
e {
int-property: 42;
;
;
;
uint-property: 42;
}
f {
int-property: 42
}
g { int-property: 42 }
h { int-property }
i { int-property; }
j { int-property: }
k { int-property : }
l { int-property: ; }
m { int-property:; }
n { int-property: ; }
h { int-property uint-property: 42; }
i { int-property; uint-property: 42; }
j { int-property: uint-property: 42; }
k { int-property : uint-property: 42; }
l { int-property: uint-property: 42; }
m { int-property:; uint-property: 42; }
n { int-property: ; uint-property: 42; }
|