Files
kotlin-fork/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/scriptUninitializedTopLevelProperty.txt
T
Marco Pennekamp c482786bc4 [AA] Add tests for diagnostics suppression on top-level declarations in scripts
- `scriptUninitializedTopLevelProperty` 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

5 lines
194 B
Plaintext
Vendored

Diagnostics from elements:
for PSI element of type KtStringTemplateExpression at (1,11-32)
ERROR_SUPPRESSION text ranges: [(10,31)]
PSI: KtStringTemplateExpression at (1,11-32)