Files
kotlin-fork/plugins/assign-plugin/testData/diagnostics/otherOperators.fir.diag.txt
T
Nikolay Lunyak a68a2409d3 [FIR] Remove the applicability filtering when reporting diagnostics
In case we don't want to introduce any new
abstractions like "user relevance for
applicability", we can just remove the
filtering.

^KT-62541 Fixed
2023-10-19 09:27:45 +00:00

42 lines
1.8 KiB
Plaintext
Vendored

/otherOperators.fir.kt:(456,458): error: Unresolved reference 'plusAssign'.
/otherOperators.fir.kt:(502,504): error: Unresolved reference 'plusAssign'.
/otherOperators.fir.kt:(560,562): error: Unresolved reference 'compareTo'.
/otherOperators.fir.kt:(606,608): error: Unresolved reference 'compareTo'.
/otherOperators.fir.kt:(664,666): error: Unresolved reference 'compareTo'.
/otherOperators.fir.kt:(710,712): error: Unresolved reference 'compareTo'.
/otherOperators.fir.kt:(769,772): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(817,820): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(882,888): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(933,939): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(1003,1012): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(1057,1066): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(1117,1130): error: 'operator' modifier is required on 'FirNamedFunctionSymbol /StringProperty.get' in 'get'.
/otherOperators.fir.kt:(1128,1129): error: Too many arguments for 'public final fun /StringProperty.get(): kotlin/String'.
/otherOperators.fir.kt:(1131,1133): error: Unresolved reference '+='.
/otherOperators.fir.kt:(1161,1179): error: 'operator' modifier is required on 'FirNamedFunctionSymbol /StringProperty.get' in 'get'.
/otherOperators.fir.kt:(1177,1178): error: Too many arguments for 'public final fun /StringProperty.get(): kotlin/String'.
/otherOperators.fir.kt:(1180,1182): error: Unresolved reference '+='.
/otherOperators.fir.kt:(1325,1328): error: No 'set' operator method providing array access.
/otherOperators.fir.kt:(1431,1437): error: Variable expected.
/otherOperators.fir.kt:(1477,1483): error: Variable expected.