KT-1645 Propose members according to smart casts

#KT-1645 fixed
This commit is contained in:
Nikolay Krasko
2012-04-13 15:35:55 +04:00
parent 8ffca6e52f
commit 531ffaaffa
15 changed files with 147 additions and 16 deletions
@@ -1,13 +1,13 @@
package something
class SomeTempClass {
fun testSome() {
fun helloWorld() {
}
fun test() {
test<caret>()
hello<caret>()
}
}
// EXIST: test, testSome
// EXIST: helloWorld