KT-1151 Code completion for not imported extension functions - ignore parameters

This commit is contained in:
Nikolay Krasko
2012-02-28 20:36:39 +04:00
parent 0a669b9c01
commit 67dc9ba6e3
13 changed files with 199 additions and 88 deletions
@@ -3,5 +3,9 @@ package second
fun String.helloFun() {
}
fun String.helloWithParams(i : Int) : String {
return ""
}
fun String.helloFunPreventAutoInsert() {
}