Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -2,12 +2,12 @@ package
|
||||
|
||||
public fun testArrays(/*0*/ ia: kotlin.IntArray, /*1*/ ai: kotlin.Array<kotlin.Int>, /*2*/ an: kotlin.Array<N>, /*3*/ a: kotlin.Array<S>): kotlin.Unit
|
||||
public fun testEnums(/*0*/ a: kotlin.Enum<*>): kotlin.Unit
|
||||
public fun testLists(/*0*/ a: kotlin.List<kotlin.Int>): kotlin.Unit
|
||||
public fun testLists(/*0*/ a: kotlin.collections.List<kotlin.Int>): kotlin.Unit
|
||||
public fun testLiterals(): kotlin.Unit
|
||||
public fun testNotSerializable(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.Unit
|
||||
public fun testNotSerializable(/*0*/ l: kotlin.collections.List<kotlin.Int>): kotlin.Unit
|
||||
public fun testPrimitives(/*0*/ b: kotlin.Byte, /*1*/ ss: kotlin.Short, /*2*/ i: kotlin.Int, /*3*/ l: kotlin.Long, /*4*/ d: kotlin.Double, /*5*/ s: kotlin.String, /*6*/ f: kotlin.Float, /*7*/ bool: kotlin.Boolean): kotlin.Unit
|
||||
public fun use(/*0*/ s: java.io.Serializable): kotlin.Unit
|
||||
public fun useList(/*0*/ s: kotlin.List<java.io.Serializable>): kotlin.Unit
|
||||
public fun useList(/*0*/ s: kotlin.collections.List<java.io.Serializable>): kotlin.Unit
|
||||
|
||||
public final enum class C : kotlin.Enum<C> {
|
||||
enum entry E
|
||||
|
||||
Reference in New Issue
Block a user