'this()' resolution fixed for generic classes

This commit is contained in:
Andrey Breslav
2011-06-16 20:06:57 +04:00
parent 0c274a7651
commit 5968740638
2 changed files with 38 additions and 24 deletions
@@ -0,0 +1,3 @@
class Z() {
this(x : Int) : this() {}
}