Replace "jet" package name with "kotlin" in testData

This commit is contained in:
Alexander Udalov
2014-02-21 23:29:57 +04:00
parent f2b4c7fa3e
commit f7b6457139
763 changed files with 2314 additions and 2310 deletions
@@ -1,15 +1,15 @@
package test
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final annotation class B : jet.Annotation {
internal final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}
internal final class Class {
/*primary*/ public constructor Class(/*0*/ test.A() x: jet.Int, /*1*/ test.B() y: jet.String)
test.A() internal final val x: jet.Int
internal final fun <get-x>(): jet.Int
/*primary*/ public constructor Class(/*0*/ test.A() x: kotlin.Int, /*1*/ test.B() y: kotlin.String)
test.A() internal final val x: kotlin.Int
internal final fun <get-x>(): kotlin.Int
}
@@ -1,25 +1,25 @@
package test
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final annotation class B : jet.Annotation {
internal final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}
internal final enum class E : jet.Enum<test.E> {
/*primary*/ private constructor E(/*0*/ test.A() x: jet.String, /*1*/ test.B() y: jet.Int)
test.A() internal final val x: jet.String
internal final fun <get-x>(): jet.String
test.B() internal final val y: jet.Int
internal final fun <get-y>(): jet.Int
public final override /*1*/ /*fake_override*/ fun name(): jet.String
public final override /*1*/ /*fake_override*/ fun ordinal(): jet.Int
internal final enum class E : kotlin.Enum<test.E> {
/*primary*/ private constructor E(/*0*/ test.A() x: kotlin.String, /*1*/ test.B() y: kotlin.Int)
test.A() internal final val x: kotlin.String
internal final fun <get-x>(): kotlin.String
test.B() internal final val y: kotlin.Int
internal final fun <get-y>(): 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-E> {
/*primary*/ private constructor <class-object-for-E>()
public final /*synthesized*/ fun valueOf(/*0*/ value: jet.String): test.E
public final /*synthesized*/ fun values(): jet.Array<test.E>
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.E
public final /*synthesized*/ fun values(): kotlin.Array<test.E>
}
}
@@ -1,7 +1,7 @@
package test
internal fun jet.Int.foo(/*0*/ test.A() x: jet.Int): jet.Unit
internal fun kotlin.Int.foo(/*0*/ test.A() x: kotlin.Int): kotlin.Unit
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
@@ -1,10 +1,10 @@
package test
internal final annotation class Anno : jet.Annotation {
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
internal final class Class {
/*primary*/ public constructor Class()
internal final fun jet.String.foo(/*0*/ test.Anno() x: jet.Int): jet.Int
internal final fun kotlin.String.foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Int
}
@@ -1,12 +1,12 @@
package test
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final class Class {
/*primary*/ public constructor Class()
internal final var jet.Int.foo: jet.Int
internal final fun jet.Int.<get-foo>(): jet.Int
internal final fun jet.Int.<set-foo>(/*0*/ test.A() value: jet.Int): jet.Unit
internal final var kotlin.Int.foo: kotlin.Int
internal final fun kotlin.Int.<get-foo>(): kotlin.Int
internal final fun kotlin.Int.<set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
}
@@ -1,10 +1,10 @@
package test
internal final annotation class Anno : jet.Annotation {
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
internal final class Class {
/*primary*/ public constructor Class()
internal final fun foo(/*0*/ test.Anno() x: jet.String): jet.Unit
internal final fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Unit
}
@@ -1,9 +1,9 @@
package test
internal final annotation class Anno : jet.Annotation {
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
internal trait Trait {
internal open fun foo(/*0*/ test.Anno() x: jet.String): jet.Int
internal open fun foo(/*0*/ test.Anno() x: kotlin.String): kotlin.Int
}
@@ -1,20 +1,20 @@
package test
internal fun bar(/*0*/ test.A() test.B() test.C() test.D() x: jet.Int): jet.Unit
internal fun foo(/*0*/ test.A() test.B() x: jet.Int, /*1*/ test.A() test.C() y: jet.Double, /*2*/ test.B() test.C() test.D() z: jet.String): jet.Unit
internal fun bar(/*0*/ test.A() test.B() test.C() test.D() x: kotlin.Int): kotlin.Unit
internal fun foo(/*0*/ test.A() test.B() x: kotlin.Int, /*1*/ test.A() test.C() y: kotlin.Double, /*2*/ test.B() test.C() test.D() z: kotlin.String): kotlin.Unit
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final annotation class B : jet.Annotation {
internal final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}
internal final annotation class C : jet.Annotation {
internal final annotation class C : kotlin.Annotation {
/*primary*/ public constructor C()
}
internal final annotation class D : jet.Annotation {
internal final annotation class D : kotlin.Annotation {
/*primary*/ public constructor D()
}
@@ -1,12 +1,12 @@
package test
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final class Class {
/*primary*/ public constructor Class()
internal final var foo: jet.Int
internal final fun <get-foo>(): jet.Int
internal final fun <set-foo>(/*0*/ test.A() value: jet.Int): jet.Unit
internal final var foo: kotlin.Int
internal final fun <get-foo>(): kotlin.Int
internal final fun <set-foo>(/*0*/ test.A() value: kotlin.Int): kotlin.Unit
}
@@ -1,7 +1,7 @@
package test
internal fun foo(/*0*/ test.Anno() x: jet.Int): jet.Unit
internal fun foo(/*0*/ test.Anno() x: kotlin.Int): kotlin.Unit
internal final annotation class Anno : jet.Annotation {
internal final annotation class Anno : kotlin.Annotation {
/*primary*/ public constructor Anno()
}
@@ -1,13 +1,13 @@
package test
internal var foo: jet.Int
internal fun <get-foo>(): jet.Int
internal fun <set-foo>(/*0*/ test.A() test.B() value: jet.Int): jet.Unit
internal var foo: kotlin.Int
internal fun <get-foo>(): kotlin.Int
internal fun <set-foo>(/*0*/ test.A() test.B() value: kotlin.Int): kotlin.Unit
internal final annotation class A : jet.Annotation {
internal final annotation class A : kotlin.Annotation {
/*primary*/ public constructor A()
}
internal final annotation class B : jet.Annotation {
internal final annotation class B : kotlin.Annotation {
/*primary*/ public constructor B()
}