KT-11957 No "catch" and "finally" keywords in completion
#KT-11957 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun t() {
|
||||
while (true) {
|
||||
try {
|
||||
|
||||
}
|
||||
f<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: finally
|
||||
@@ -0,0 +1,12 @@
|
||||
fun t() {
|
||||
while (true) {
|
||||
try {
|
||||
|
||||
}
|
||||
finally {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: finally
|
||||
Reference in New Issue
Block a user