KT-8623 Completion get in the way when function as declared

#KT-8623 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-07-24 21:02:53 +03:00
parent 2e18b3de9d
commit e09fadae51
4 changed files with 43 additions and 8 deletions
@@ -0,0 +1,9 @@
fun Any.`as`(s: String): String{}
fun foo(p: Any) {
p as<caret>
}
// INVOCATION_COUNT: 0
// ELEMENT: *
// CHAR: ' '