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?>() }