[FIR] Add INAPPLICABLE_OPERATOR_MODIFIER diagnostic
This commit is contained in:
committed by
TeamCityServer
parent
16f41bd80c
commit
1cd321a90f
@@ -32,7 +32,7 @@ class A {
|
||||
|
||||
suspend operator fun contains(b: A) = this == b
|
||||
suspend operator fun get(a: A) = a
|
||||
suspend operator fun equals(a: A) = a === this
|
||||
suspend <!INAPPLICABLE_OPERATOR_MODIFIER!>operator<!> fun equals(a: A) = a === this
|
||||
suspend operator fun set(a: A, b: A) {}
|
||||
|
||||
suspend operator fun provideDelegate(a: A, p: KProperty<*>) = a
|
||||
|
||||
Reference in New Issue
Block a user