102ced153c
Delete CompileBinaryTestData script, since there are no tests with binary test data left in the repository
10 lines
142 B
Kotlin
10 lines
142 B
Kotlin
package abc
|
|
|
|
public fun abcdAAA1(): Unit {}
|
|
|
|
public fun abcdBBB2(i: Int) {}
|
|
|
|
public fun Int.abcdCCC3() {}
|
|
|
|
public fun Int.abcdDDD4(i: Int) {}
|