866f188120
Also: * Do not rename public ABI fields This includes backing fields for const, lateinit, @JvmField properties, and instance fields for objects. * FAKE_OVERRIDE declarations for static members of parent Java classes Required to report cases when a Kotlin function accidentally overrides Java class member.
9 lines
460 B
Plaintext
Vendored
9 lines
460 B
Plaintext
Vendored
package
|
|
|
|
public fun foo(/*0*/ x: kotlin.Array<kotlin.Int>): kotlin.Unit
|
|
public fun foo(/*0*/ vararg x: kotlin.Int? /*kotlin.Array<out kotlin.Int?>*/): kotlin.Unit
|
|
public fun foo(/*0*/ nn: kotlin.Array<out kotlin.Number>): kotlin.Unit
|
|
public fun foo(/*0*/ vararg nn: kotlin.Number /*kotlin.Array<out kotlin.Number>*/): kotlin.Unit
|
|
public fun foo(/*0*/ vararg x: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit
|
|
public fun foo(/*0*/ x: kotlin.IntArray): kotlin.Unit
|