Safe Delete: Add test for primary constructor with usages in delegation calls
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class J extends B {
|
||||
public J() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user