tests/sav: Update tests results
[nit.git] / tests / sav / nitpretty_args24.res
1 # This file is part of NIT ( http://www.nitlanguage.org ).
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # toplevel comment
16
17 # block
18 # block
19 # block
20
21 # Adoc1
22 class A # ending comments
23         super Object
24         # super Int
25         super String
26         # super Truc
27
28         # inclass comments
29         # comm
30         #    ented
31         #      blocks
32
33         # Adoc2
34         fun foo do
35
36                 # comment
37
38                 var truc
39
40                 # comment
41                 # comment
42
43                 # comment
44
45                 var chose
46                 # comment
47         end
48
49         # comm
50         #    ented
51         #      blocks
52
53         fun bar do end
54         fun baz do end
55         # comment before end
56 end # ending comments
57
58 # comm
59 #    ented
60 #      blocks
61
62 abstract class B # comment
63 end
64
65 abstract class C end
66
67 abstract class B # comment 2
68 end
69
70 abstract class C end