Error message moved to reference element

This commit is contained in:
Andrey Breslav
2011-10-13 15:46:09 +04:00
parent 9f288a493c
commit ed08a859fa
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class WithPC1(a : Int) {
this(s : String) : this(1) {}
this(b : Char) : <error>this("", 2)</error> {}
this(b : Char) : <error>this</error>("", 2) {}
this(b : Byte) : this(""), <error>this(1)</error> {}
}