Test data fixed
Useless code removed Some naming refactored
This commit is contained in:
@@ -23,7 +23,7 @@ class WithPC1(a : Int) {
|
||||
|
||||
this(s : String) : this(1) {}
|
||||
|
||||
this(b : Char) : this<error>("", 2)</error> {}
|
||||
this(b : Char) : <error>this("", 2)</error> {}
|
||||
|
||||
this(b : Byte) : this(""), <error>this(1)</error> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user