Renamed intention
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
var x = 0
|
||||
val a = 1
|
||||
val b = 1
|
||||
x = x + a / b
|
||||
}
|
||||
Reference in New Issue
Block a user