fork download
  1. class firstClass {
  2.  
  3. }
  4.  
  5. class secondClass extends firstClass {
  6.  
  7. }
  8.  
  9. class Ideone {
  10. public static void main (String[] args) {
  11.  
  12. }
  13. }
Success #stdin #stdout 0.09s 54624KB
stdin
Standard input is empty
stdout
Standard output is empty