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