Rename unary plus() and minus() to unaryPlus() and unaryMinus()
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
fun plus(): Test = Test()
|
||||
fun unaryPlus(): Test = Test()
|
||||
}
|
||||
val test = Test()
|
||||
+test.p<caret>lus()
|
||||
+test.unaryP<caret>lus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user