Dropped inspection for functions matching operator convention - only intention left
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
open class A {
|
||||
open operator fun plus(a: A) = A()
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
override fun plu<caret>s(a: A) = A()
|
||||
}
|
||||
Reference in New Issue
Block a user