Files
kotlin-fork/idea/testData/completion/handlers/multifile/KeywordExtensionFunctionName-1.kt
T

6 lines
48 B
Kotlin

package first
fun foo() {
"".pack<caret>
}