KT-1645 Propose members according to smart casts
#KT-1645 fixed
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package something
|
||||
|
||||
class SomeTempClass {
|
||||
fun testSome() {
|
||||
fun helloWorld() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
test<caret>()
|
||||
hello<caret>()
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: test, testSome
|
||||
// EXIST: helloWorld
|
||||
Reference in New Issue
Block a user