Guest User

Untitled

a guest
Jan 12th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. public class A {
  2. public B value;
  3. }
  4.  
  5. public class B {
  6. public A value;
  7. }
Add Comment
Please, Sign In to add comment