Fix convert unary operator to function call
#KT-25501 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
var a = 0
|
||||
if (true) {
|
||||
a++<caret>
|
||||
} else {
|
||||
a--
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user