From 3ec9cd817f7f098884ad7577d888e0c55bcad22f Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Tue, 5 Mar 2013 13:54:55 +0400 Subject: [PATCH] Regenerated test data. --- .../testData/loadJava/ClassWithTypePRefSelfAndClass.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/testData/loadJava/ClassWithTypePRefSelfAndClass.txt b/compiler/testData/loadJava/ClassWithTypePRefSelfAndClass.txt index 9f6a5dc693e..1c2bb118bad 100644 --- a/compiler/testData/loadJava/ClassWithTypePRefSelfAndClass.txt +++ b/compiler/testData/loadJava/ClassWithTypePRefSelfAndClass.txt @@ -1,5 +1,5 @@ -namespace test +package test -public final class test.ClassWithTypePRefSelfAndClass?> : java.lang.Object { - public final /*constructor*/ fun ?>(): test.ClassWithTypePRefSelfAndClass

+public final class ClassWithTypePRefSelfAndClass?> : java.lang.Object { + public constructor ClassWithTypePRefSelfAndClass?>() }