Test parent scope completion in local object declaration

This commit is contained in:
Nikolay Krasko
2012-07-19 20:56:38 +04:00
parent 578474011b
commit fa7ad96a4e
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,12 @@
fun hello(moParam : Int) : Int {
val more = 12
val test = object {
val sss = mo<caret>
}
return 12
}
// EXIST: more
// EXIST: moParam