Regenerate test data with constructed descriptors for diagnostics tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
internal fun testArrays(/*0*/ ci: kotlin.List<kotlin.Int>): kotlin.Unit
|
||||
internal fun </*0*/ E> kotlin.List<kotlin.Any?>.toArray(/*0*/ ar: kotlin.Array<E>): kotlin.Array<E>
|
||||
@@ -0,0 +1,12 @@
|
||||
package
|
||||
|
||||
package h {
|
||||
|
||||
public final class MyClass</*0*/ S, /*1*/ T> {
|
||||
public constructor MyClass</*0*/ S, /*1*/ T>(/*0*/ param: h.MyClass<S, 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
|
||||
internal final fun test(): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ T> f(/*0*/ l: kotlin.List<T>): kotlin.Unit
|
||||
internal fun </*0*/ T> test(/*0*/ l: kotlin.List<T>): kotlin.Unit
|
||||
|
||||
package foo {
|
||||
internal fun </*0*/ T> f(/*0*/ l: kotlin.List<T>): kotlin.Unit
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ T> f1(/*0*/ l: [ERROR : List1<T>]): T
|
||||
internal fun </*0*/ T> f1(/*0*/ l: [ERROR : List2<T>]): T
|
||||
internal fun </*0*/ T> f1(/*0*/ c: kotlin.Collection<T>): T
|
||||
internal fun </*0*/ T> test(/*0*/ l: kotlin.List<T>): kotlin.Unit
|
||||
Reference in New Issue
Block a user