Files
kotlin-fork/idea/testData/completion/handlers/KeywordFunctionName.kt
T
2014-09-03 13:59:31 +04:00

8 lines
55 B
Kotlin

package test
fun `fun`(){}
fun foo() {
<caret>
}