Generate Secondary Constructor: Fix test data loading. Add test with non-generic Java superclass
This commit is contained in:
committed by
Alexey Sedunov
parent
3c07bc3df7
commit
07259fa090
+9
@@ -0,0 +1,9 @@
|
||||
public class Base<X, Y> {
|
||||
public Base(X x) {
|
||||
|
||||
}
|
||||
|
||||
public Base(X x, Y y) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user