Implement Unwrap/Remove for conditionals and loops
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// OPTION: 1
|
||||
fun foo(n: Int) {
|
||||
<caret>for (k in 0..n) {
|
||||
println(k)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user