Regenerated test data for ReadKotlinBinaryClassTest.

This commit is contained in:
Evgeny Gerashchenko
2012-06-15 20:30:27 +04:00
parent 07109dc8ba
commit c389264a21
131 changed files with 272 additions and 272 deletions
@@ -1,5 +1,5 @@
namespace test
final class test.ClassWithConstructorWithValueParamWithDefaultValue : jet.Any {
final /*constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.ClassWithConstructorWithValueParamWithDefaultValue
internal final class test.ClassWithConstructorWithValueParamWithDefaultValue : jet.Any {
public final /*constructor*/ fun <init>(/*0*/ p: jet.Int = ?): test.ClassWithConstructorWithValueParamWithDefaultValue
}