[FIR] Add INAPPLICABLE_OPERATOR_MODIFIER diagnostic
This commit is contained in:
committed by
TeamCityServer
parent
16f41bd80c
commit
1cd321a90f
+1
-1
@@ -35,7 +35,7 @@ class MyProperty2<T, R> {
|
||||
throw Exception()
|
||||
}
|
||||
|
||||
operator fun setValue(i: Int) {
|
||||
<!INAPPLICABLE_OPERATOR_MODIFIER!>operator<!> fun setValue(i: Int) {
|
||||
println("set")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user