File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ var a # This is a comment
2+
3+ # comment
4+
5+
6+ # Ready
7+ func test ():
8+ pass
9+
10+
11+ # Ready
12+ func test ():
13+ pass
14+
15+
16+ var a # This is a comment
17+
18+
19+ # Ready
20+ func test ():
21+ pass
22+
23+
24+ var a # This is a comment
25+
26+
27+ # Ready
28+ func test ():
29+ pass
30+
31+
32+ var a # This is a comment
33+
34+
35+ func test ():
36+ pass
37+
38+
39+ var a # This is a comment
40+
41+
42+ # Two line
43+ # documentation
44+ func test ():
45+ pass
Original file line number Diff line number Diff line change 1+ var a # This is a comment
2+
3+ # comment
4+
5+ # Ready
6+ func test ():
7+ pass
8+
9+ # Ready
10+ func test ():
11+ pass
12+
13+ var a # This is a comment
14+
15+ # Ready
16+ func test ():
17+ pass
18+
19+
20+ var a # This is a comment
21+ # Ready
22+ func test ():
23+ pass
24+
25+ var a # This is a comment
26+ func test ():
27+ pass
28+
29+ var a # This is a comment
30+ # Two line
31+ # documentation
32+ func test ():
33+ pass
You can’t perform that action at this time.
0 commit comments