Correct keyword completion after try in assignment

This commit is contained in:
Valentin Kipyatkov
2016-04-19 16:28:04 +03:00
parent 4f9f5c205f
commit 364a8801a3
3 changed files with 27 additions and 5 deletions
@@ -0,0 +1,13 @@
fun foo() {
val v = try {
bar()
}
<caret>
}
// EXIST: catch
// EXIST: finally
// EXIST: false
// EXIST: null
// EXIST: true
// NOTHING_ELSE