Rename unary plus() and minus() to unaryPlus() and unaryMinus()
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
fun plus(a: Int=1): Test = Test()
|
||||
fun unaryPlus(a: Int=1): Test = Test()
|
||||
}
|
||||
val test = Test()
|
||||
+test
|
||||
|
||||
Reference in New Issue
Block a user