13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
package abc
|
|
|
|
// To regenerate this test, run CompileBinaryTestData.kt
|
|
// Or manually, compile this file into jar
|
|
|
|
public fun abcdAAA1(): Unit {}
|
|
|
|
public fun abcdBBB2(i: Int) {}
|
|
|
|
public fun Int.abcdCCC3() {}
|
|
|
|
public fun Int.abcdDDD4(i: Int) {}
|