Files
kotlin-fork/idea/testData/completion/basic/custom/TopLevelNonImportedExtFunSource.kt.txt
T
2013-09-25 16:04:17 +04:00

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) {}