bb808b5620
Moved tests for completion and their test data into module idea-completion
14 lines
174 B
Kotlin
Vendored
14 lines
174 B
Kotlin
Vendored
package second
|
|
|
|
fun String.helloFun() {
|
|
}
|
|
|
|
fun String.helloWithParams(i : Int) : String {
|
|
return ""
|
|
}
|
|
|
|
fun String.helloFunPreventAutoInsert() {
|
|
}
|
|
|
|
fun Int.helloFake() {
|
|
} |