Files
kotlin-fork/compiler/testData/diagnostics/tests/imports/EnumEntryVsStaticAmbiguity3.diag.txt
T
Mikhail Glukhikh 5ca730e38c Add more tests for KT-49200
- exotic situation 1 field + 2 entries
- named import case
- exotic situation 2 fields + 1 entry
2022-06-15 17:20:00 +00:00

4 lines
248 B
Plaintext
Vendored

/test.kt:26:9: warning: ambiguous access to property 'first.KtNodeTypes.SOME' is deprecated because similar enum entry 'second.SomeEnum.SOME' is available. Please add explicit named import or use fully qualified name
SOME -> true
^