Improve wording in some inspections
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// FIX: Replace with '+' operator
|
||||
// FIX: Replace with '+'
|
||||
fun test() {
|
||||
class Test {
|
||||
operator fun plus(a: Int): Test = Test()
|
||||
|
||||
Reference in New Issue
Block a user