KT-1151 Code completion for not imported extension functions - more tests for extension functions and properties

This commit is contained in:
Nikolay Krasko
2012-02-28 22:04:49 +04:00
parent 67dc9ba6e3
commit a086e3985e
9 changed files with 89 additions and 0 deletions
@@ -0,0 +1,11 @@
package second
fun String.helloFun() {
}
fun String.helloWithParams(i : Int) : String {
return ""
}
fun String.helloFunPreventAutoInsert() {
}