Files
kotlin-fork/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsInClass.txt
T
Marco Pennekamp 88d307d52c [AA] Add tests for diagnostics suppression on top-level declarations and class members
- `testConflictingOverloadsAtTopLevel` is currently disabled in FIR
  because it fails with a mismatch between diagnostics from the file and
  the individual elements. It will be enabled in the next commit.

^KT-62899
2023-11-13 10:20:26 +00:00

8 lines
363 B
Plaintext
Vendored

Diagnostics from elements:
for PSI element of type KtStringTemplateExpression at (4,15-38)
ERROR_SUPPRESSION text ranges: [(50,73)]
PSI: KtStringTemplateExpression at (4,15-38)
for PSI element of type KtStringTemplateExpression at (9,15-38)
ERROR_SUPPRESSION text ranges: [(154,177)]
PSI: KtStringTemplateExpression at (9,15-38)