OLD | NEW |
1 // Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 // Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE.md file. | 3 // BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 main(x) { | 5 main(x) { |
6 x.y.z; | 6 x.y.z; |
7 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; | 7 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; |
8 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; | 8 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; |
9 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; | 9 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; |
10 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; | 10 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; |
11 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; | 11 laskjdf; alskjdf; alskjdf; laksjd; alksjfd; lakjlasd; laskjfdlk; lakjsfd; |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 x; | 604 x; |
605 x; | 605 x; |
606 42; | 606 42; |
607 x; | 607 x; |
608 87; | 608 87; |
609 x; | 609 x; |
610 x; | 610 x; |
611 x; | 611 x; |
612 return x; | 612 return x; |
613 } | 613 } |
OLD | NEW |