Test: Enum variant - bare variant name should work This file should compile without errors line /Users/jack/mag/dingo/tests/lsp/06_enum_variant_typo/main.dingo:6:1
| 6 | |
| 7 | //line /Users/jack/mag/dingo/tests/lsp/06_enum_variant_typo/main.dingo:6:1 |
| 8 | type Status interface{ isStatus() } |
| 9 | |
| 10 | type StatusActive struct{} |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected