fork download
  1. import java.util.*;
  2. import java.lang.*;
  3.  
  4. class understand {
  5. class get { class a { public int girlfriend; } }
  6. class foo {
  7. void f() {
  8. if(you == understand.this) {
  9. get.a.girlfriend;
  10. }
  11. }
  12. }
  13. }
  14.  
  15. class Main
  16. {
  17. public static void main (String[] args) throws java.lang.Exception
  18. {
  19.  
  20. }
  21. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:9: error: not a statement
                get.a.girlfriend;
                     ^
1 error
stdout
Standard output is empty