Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Test1 {
  2. index = 1;
  3. int index;
  4. }
  5.  
  6. class Test2 {
  7. { index = 1; }
  8. int index;
  9. }
  10.  
  11. class Test2 {
  12. { index = 1; }
  13. int index;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement