...
1# Cat0 comment
2# Cat0 comment 2
3"""Cat0 description"""
4scalar Cat0
5# Cat1 comment
6type Cat1 {
7 # Cat1 name comment
8 name: String
9 # end of Cat1 comment
10}
11# Cat2 comment
12interface Cat2 {
13 # Cat2 name comment
14 name: String
15 # end of Cat2 comment
16}
17# Cat3_0 comment
18type Cat3_0 {
19 # Cat3_0 name comment
20 name: String
21}
22# Cat3_1 comment
23type Cat3_1 {
24 # Cat3_1 name comment
25 name: String
26}
27# Cat3_2 comment
28type Cat3_2 {
29 # Cat3_2 name comment
30 name: String
31}
32# Cat3 comment
33union Cat3 = Cat3_0|Cat3_1|Cat3_2
34# Cat4 comment
35enum Cat4 {
36 # Cat4 NFC comment
37 NFC
38 # Cat4 MAINECOON comment
39 MAINECOON
40 # end of Cat4 comment
41}
42# Cat5 comment
43input Cat5 {
44 # Cat5 name comment
45 name: String
46 # end of Cat5 comment
47}
48# end of file comment
49# end of file comment 2
View as plain text