KT-5079 Support smart completion for when values
#KT-5079 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(s: String) {
|
||||
when(s) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: else
|
||||
@@ -0,0 +1,7 @@
|
||||
fun foo(s: String) {
|
||||
when(s) {
|
||||
else -> <caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: else
|
||||
Reference in New Issue
Block a user