Test data fixed

Useless code removed
Some naming refactored
This commit is contained in:
Andrey Breslav
2011-08-30 20:20:43 +04:00
parent 496549cab8
commit 2a67c4a591
12 changed files with 111 additions and 615 deletions
+1 -1
View File
@@ -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> {}
}