blob: c1e7293263730a30b36f5ebb9f6a9edd2850d25c [file] [log] [blame]
class Test extends Super{
Test(String s){
super(s);
System.out.println("hello");
}
}