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