Create from Usage: Generate secondary constructors by delegation calls
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
|
||||
|
||||
class B: J {
|
||||
constructor(): super(<caret>1) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user