fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+3
-3
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
internal fun test(): kotlin.Unit
|
||||
internal fun use(/*0*/ vararg a: kotlin.Any? /*kotlin.Array<out kotlin.Any?>*/): kotlin.Array<out kotlin.Any?>
|
||||
public fun test(): kotlin.Unit
|
||||
public fun use(/*0*/ vararg a: kotlin.Any? /*kotlin.Array<out kotlin.Any?>*/): kotlin.Array<out kotlin.Any?>
|
||||
|
||||
internal final class A {
|
||||
public final class A {
|
||||
public constructor A()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
package c {
|
||||
internal fun foo(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
internal fun test(): kotlin.Unit
|
||||
internal fun </*0*/ T, /*1*/ R> with(/*0*/ receiver: T, /*1*/ f: T.() -> R): R
|
||||
public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
public fun test(): kotlin.Unit
|
||||
public fun </*0*/ T, /*1*/ R> with(/*0*/ receiver: T, /*1*/ f: T.() -> R): R
|
||||
}
|
||||
|
||||
+7
-7
@@ -1,25 +1,25 @@
|
||||
package
|
||||
|
||||
internal fun fooInt(/*0*/ l: Foo<kotlin.Int>): Foo<kotlin.Int>
|
||||
internal fun test(/*0*/ bar: Bar, /*1*/ a: A): kotlin.Unit
|
||||
public fun fooInt(/*0*/ l: Foo<kotlin.Int>): Foo<kotlin.Int>
|
||||
public fun test(/*0*/ bar: Bar, /*1*/ a: A): kotlin.Unit
|
||||
|
||||
internal final class A {
|
||||
public final class A {
|
||||
public constructor A()
|
||||
internal final val bar: Bar
|
||||
public final val bar: Bar
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class Bar {
|
||||
public final class Bar {
|
||||
public constructor Bar()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
internal final fun </*0*/ T> invoke(): Foo<T>
|
||||
public final fun </*0*/ T> invoke(): Foo<T>
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal interface Foo</*0*/ T> {
|
||||
public interface Foo</*0*/ T> {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
+4
-4
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
package h {
|
||||
internal fun </*0*/ T> emptyList(): kotlin.List<T>
|
||||
internal fun foo(/*0*/ i: kotlin.Int): kotlin.Int
|
||||
internal fun foo(/*0*/ s: kotlin.String): kotlin.String
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun </*0*/ T> emptyList(): kotlin.List<T>
|
||||
public fun foo(/*0*/ i: kotlin.Int): kotlin.Int
|
||||
public fun foo(/*0*/ s: kotlin.String): kotlin.String
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package c {
|
||||
internal fun test(): kotlin.Unit
|
||||
internal fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
public fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
internal fun foo(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
internal fun test(/*0*/ s: kotlin.String?): kotlin.Unit
|
||||
public fun foo(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
public fun test(/*0*/ s: kotlin.String?): kotlin.Unit
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
internal fun test(/*0*/ a: Inv<kotlin.Int>): kotlin.Int
|
||||
internal fun </*0*/ S, /*1*/ T : S> Inv<T>.reduce2(): S
|
||||
public fun test(/*0*/ a: Inv<kotlin.Int>): kotlin.Int
|
||||
public fun </*0*/ S, /*1*/ T : S> Inv<T>.reduce2(): S
|
||||
|
||||
internal interface Inv</*0*/ I> {
|
||||
public interface Inv</*0*/ I> {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
+5
-5
@@ -1,17 +1,17 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ D, /*1*/ E : D> kotlin.List<ResolutionTask<D, E>>.bar(/*0*/ t: ResolutionTask<D, E>): ResolutionTask<D, E>
|
||||
public fun </*0*/ D, /*1*/ E : D> kotlin.List<ResolutionTask<D, E>>.bar(/*0*/ t: ResolutionTask<D, E>): ResolutionTask<D, E>
|
||||
|
||||
internal final class ResolutionCandidate</*0*/ A> {
|
||||
public final class ResolutionCandidate</*0*/ A> {
|
||||
public constructor ResolutionCandidate</*0*/ A>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class ResolutionTask</*0*/ B, /*1*/ C : B> {
|
||||
public final class ResolutionTask</*0*/ B, /*1*/ C : B> {
|
||||
public constructor ResolutionTask</*0*/ B, /*1*/ C : B>(/*0*/ candidate: ResolutionCandidate<B>)
|
||||
internal final val candidate: ResolutionCandidate<B>
|
||||
public final val candidate: ResolutionCandidate<B>
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
@@ -21,6 +21,6 @@ public final class ResolutionTaskHolder</*0*/ F, /*1*/ G : F> {
|
||||
public constructor ResolutionTaskHolder</*0*/ F, /*1*/ G : F>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
internal final fun test(/*0*/ candidate: ResolutionCandidate<F>, /*1*/ tasks: kotlin.MutableList<ResolutionTask<F, G>>): kotlin.Unit
|
||||
public final fun test(/*0*/ candidate: ResolutionCandidate<F>, /*1*/ tasks: kotlin.MutableList<ResolutionTask<F, G>>): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user