Files
kotlin-fork/idea/testData/completion/handlers/NoParamsFunction.kt
T
Nikolay Krasko 41455a56c5 - KT-1227 Can't see basic types in class completion
- Remove duplicated test
2012-02-10 18:42:23 +04:00

10 lines
95 B
Kotlin

package testing.handlers
fun testFun() {
}
fun other() {
testFu<caret>
}
// INSERT: test