Change Signature: Add tests for secondary constructors and delegation calls
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class J extends A {
|
||||
public J() {
|
||||
super();
|
||||
}
|
||||
|
||||
public J(int a) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user