Substitutions for constructor are fixed

This commit is contained in:
Andrey Breslav
2011-03-23 12:45:57 +03:00
parent e6b0a64b14
commit b5dce0d724
7 changed files with 80 additions and 64 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ fun testInOut() {
new Inv<*>().`!`inf(1)
new Inv<Int>().`Inv.outf`outf()
new Inv<in Int>().`!`outf()
new Inv<in Int>().`Inv.outf`outf()`:std::Any?`
new Inv<out Int>().`Inv.outf`outf()
new Inv<*>().`Inv.outf`outf()