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
@@ -8,4 +8,7 @@ fun String.helloWithParams(i : Int) : String {
}
fun String.helloFunPreventAutoInsert() {
}
fun Int.helloFake() {
}