Use unaryPlus() and unaryMinus() instead of plus() and minus() + no identityEquals()
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun foo(a: Int) {
|
||||
a.plus()
|
||||
a.unaryPlus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user