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