Files
kotlin-fork/idea/testData/completion/handlers/NoParamsFunction.kt.after
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
98 B
Plaintext

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