mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
From my point of view, a type that contains a code completion token can still be parsed as a type and as such, `canParseType` should return `true` for e.g. `#^COMPLETE^#` or `SomeType.#^COMPLETE^#`. Changing this fixes an issue that caused no type completions to be shown inside a enum case decl. Fixes rdar://71984715
2.4 KiB
2.4 KiB