Updata test data: txt files for diagnostics tests

This commit is contained in:
Pavel V. Talanov
2015-01-26 15:19:42 +03:00
parent 75f55dd99a
commit 7b837e2631
272 changed files with 543 additions and 7739 deletions

View File

@@ -2,7 +2,7 @@ package test
internal trait TheTrait {
internal class object <class-object-for-TheTrait> {
/*primary*/ private constructor <class-object-for-TheTrait>()
internal class object Default {
/*primary*/ private constructor Default()
}
}

View File

@@ -3,8 +3,8 @@ package test
internal final class Some {
/*primary*/ public constructor Some()
test.Some.TestAnnotation() internal class object <class-object-for-Some> {
/*primary*/ private constructor <class-object-for-Some>()
test.Some.TestAnnotation() internal class object Default {
/*primary*/ private constructor Default()
internal final annotation class TestAnnotation : kotlin.Annotation {
/*primary*/ public constructor TestAnnotation()

View File

@@ -6,13 +6,6 @@ internal final enum class Test : kotlin.Enum<test.Test> {
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Test): kotlin.Int
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
public class object <class-object-for-A> : test.Test.A {
/*primary*/ private constructor <class-object-for-A>()
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Test): kotlin.Int
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
}
}
public enum entry B : test.Test {
@@ -20,13 +13,6 @@ internal final enum class Test : kotlin.Enum<test.Test> {
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Test): kotlin.Int
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
public class object <class-object-for-B> : test.Test.B {
/*primary*/ private constructor <class-object-for-B>()
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: test.Test): kotlin.Int
public final override /*1*/ /*fake_override*/ fun name(): kotlin.String
public final override /*1*/ /*fake_override*/ fun ordinal(): kotlin.Int
}
}
/*primary*/ private constructor Test(/*0*/ a: kotlin.Int)

View File

@@ -6,10 +6,5 @@ internal final class A {
internal object B {
/*primary*/ private constructor B()
internal final fun foo(/*0*/ a: kotlin.Int): kotlin.String
public class object <class-object-for-B> : test.A.B {
/*primary*/ private constructor <class-object-for-B>()
internal final override /*1*/ /*fake_override*/ fun foo(/*0*/ a: kotlin.Int): kotlin.String
}
}
}

View File

@@ -3,9 +3,4 @@ package test
internal object SomeObject {
/*primary*/ private constructor SomeObject()
internal final fun test(/*0*/ a: kotlin.Int): kotlin.Int
public class object <class-object-for-SomeObject> : test.SomeObject {
/*primary*/ private constructor <class-object-for-SomeObject>()
internal final override /*1*/ /*fake_override*/ fun test(/*0*/ a: kotlin.Int): kotlin.Int
}
}

View File

@@ -2,8 +2,4 @@ package test
internal object Bar {
/*primary*/ private constructor Bar()
public class object <class-object-for-Bar> : test.Bar {
/*primary*/ private constructor <class-object-for-Bar>()
}
}