Code Insight: "Generate secondary constructor" action
#KT-6970 Fixed
This commit is contained in:
@@ -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