Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. package foo.bar;
  2.  
  3. public class Test {
  4. public Foo() {}
  5. public int test() {
  6. int x = 20;
  7. int z = 30;
  8. for (int i = 0; i < 10; i = i + 1) {
  9. {
  10. int y = 1;
  11. y = y + 1;
  12. }
  13. i = i + 3;
  14. }
  15. x = x + 2;
  16. foo.x.z.y.f = 4;
  17. a.b.c = 3 + new Foo();
  18. new Foo(2).bar.baz('a')[4].c().d.e.f[4].g();
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement