6f9441d3f4
Mostly to avoid listing every internal package in kotlin-stdlib/kotlin-reflect, as in https://github.com/JetBrains/kotlin/blob/acd5b62148d797ffd24c4811d1d663f0c1ae7885/compiler/testData/diagnostics/testsWithUnsignedTypes/conversions/conversionOfSignedToUnsigned.txt#L144
22 lines
333 B
Plaintext
Vendored
22 lines
333 B
Plaintext
Vendored
// -- Module: <m1> --
|
|
package
|
|
|
|
package p1 {
|
|
@kotlin.SinceKotlin(version = "1.1") public fun foo(/*0*/ s: kotlin.Int): kotlin.String
|
|
}
|
|
|
|
|
|
// -- Module: <m2> --
|
|
package
|
|
|
|
package p2 {
|
|
public fun foo(/*0*/ s: kotlin.Int): kotlin.Int
|
|
}
|
|
|
|
|
|
// -- Module: <m3> --
|
|
package
|
|
|
|
public fun test1(): kotlin.Int
|
|
public fun test2(): kotlin.Int
|