Dropped inspection for functions matching operator convention - only intention left
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
}
|
||||
|
||||
fun A.<caret>plus(other: A): A = A()
|
||||
Reference in New Issue
Block a user