Files
kotlin-fork/idea/testData/completion/basic/multifile/NotImportedExtensionFunction-2.kt
T

7 lines
85 B
Kotlin

package second
fun String.helloFun() {
}
fun String.helloFunPreventAutoInsert() {
}