Updated test data. Unit -> jet.Unit.

This commit is contained in:
Evgeny Gerashchenko
2013-03-20 20:19:13 +04:00
parent eefdf5790a
commit d194d4d877
99 changed files with 215 additions and 215 deletions
@@ -3,5 +3,5 @@ package test
internal final class ClassFunGetFoo {
/*primary*/ public constructor ClassFunGetFoo()
internal final fun getFoo() : jet.Int
internal final fun setFoo(/*0*/ p : jet.Int) : Unit
internal final fun setFoo(/*0*/ p : jet.Int) : jet.Unit
}