Regenerated test data.

This commit is contained in:
Evgeny Gerashchenko
2012-12-27 20:52:46 +04:00
parent 28c93f2912
commit 6fa36d330c
84 changed files with 114 additions and 113 deletions
@@ -1,5 +1,5 @@
namespace test
package test
internal final class test.TestConstructor : jet.Any {
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?, /*1*/ s: jet.Int): test.TestConstructor
internal final class TestConstructor {
/*primary*/ public constructor TestConstructor(/*0*/ p : jet.Int = ..., /*1*/ s : jet.Int)
}