fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+18
-18
@@ -1,25 +1,25 @@
|
||||
package
|
||||
|
||||
package a {
|
||||
internal fun </*0*/ T> emptyList(): kotlin.List<T>
|
||||
internal fun </*0*/ T : a.A> emptyListOfA(): kotlin.List<T>
|
||||
internal fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap(): kotlin.Map<T, R>
|
||||
internal fun </*0*/ T, /*1*/ R : T> emptyStrangeMap1(/*0*/ t: T): kotlin.Map<T, R>
|
||||
internal fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap2(/*0*/ t: T): kotlin.Map<T, R> where R : a.A
|
||||
internal fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap3(/*0*/ r: R): kotlin.Map<T, R>
|
||||
internal fun </*0*/ T, /*1*/ R : T> emptyStrangeMap4(/*0*/ l: kotlin.MutableList<T>): kotlin.Map<T, R>
|
||||
internal fun </*0*/ U, /*1*/ V : U> foo(): U
|
||||
internal fun test1(): kotlin.Unit
|
||||
internal fun test2(): kotlin.Unit
|
||||
internal fun test3(): kotlin.Unit
|
||||
internal fun test4(): kotlin.Unit
|
||||
internal fun test5(/*0*/ a: a.A): kotlin.Unit
|
||||
internal fun test6(/*0*/ a: a.A): kotlin.Unit
|
||||
internal fun test7(): kotlin.Map<a.A, a.A>
|
||||
internal fun test7(/*0*/ list: kotlin.MutableList<kotlin.Int>): kotlin.Unit
|
||||
internal fun test8(): kotlin.Int
|
||||
public fun </*0*/ T> emptyList(): kotlin.List<T>
|
||||
public fun </*0*/ T : a.A> emptyListOfA(): kotlin.List<T>
|
||||
public fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap(): kotlin.Map<T, R>
|
||||
public fun </*0*/ T, /*1*/ R : T> emptyStrangeMap1(/*0*/ t: T): kotlin.Map<T, R>
|
||||
public fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap2(/*0*/ t: T): kotlin.Map<T, R> where R : a.A
|
||||
public fun </*0*/ T : a.A, /*1*/ R : T> emptyStrangeMap3(/*0*/ r: R): kotlin.Map<T, R>
|
||||
public fun </*0*/ T, /*1*/ R : T> emptyStrangeMap4(/*0*/ l: kotlin.MutableList<T>): kotlin.Map<T, R>
|
||||
public fun </*0*/ U, /*1*/ V : U> foo(): U
|
||||
public fun test1(): kotlin.Unit
|
||||
public fun test2(): kotlin.Unit
|
||||
public fun test3(): kotlin.Unit
|
||||
public fun test4(): kotlin.Unit
|
||||
public fun test5(/*0*/ a: a.A): kotlin.Unit
|
||||
public fun test6(/*0*/ a: a.A): kotlin.Unit
|
||||
public fun test7(): kotlin.Map<a.A, a.A>
|
||||
public fun test7(/*0*/ list: kotlin.MutableList<kotlin.Int>): kotlin.Unit
|
||||
public fun test8(): kotlin.Int
|
||||
|
||||
internal interface A {
|
||||
public interface 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
|
||||
|
||||
Reference in New Issue
Block a user