mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-03 08:31:31 +00:00
Mostly to avoid listing every internal package in
kotlin-stdlib/kotlin-reflect, as in
acd5b62148/compiler/testData/diagnostics/testsWithUnsignedTypes/conversions/conversionOfSignedToUnsigned.txt (L144)
5 lines
135 B
Plaintext
Vendored
5 lines
135 B
Plaintext
Vendored
package
|
|
|
|
public val l: kotlin.collections.MutableList<in kotlin.Int>
|
|
public fun test(/*0*/ l: java.util.List<kotlin.Int>): kotlin.Unit
|