mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Added the 'Module::getPrecedenceGroups' API to separate precedence group lookup from 'Module::lookupVisibleDecls', which together with 'FileUnit::lookupVisibleDecls', to which the former is forwarded, are expected to look up only 'ValueDecl'. In particular, this prevents completions like Module.PrecedenceGroup.
4 lines
67 B
Swift
4 lines
67 B
Swift
precedencegroup PrecedenceGroupOtherFile {
|
|
associativity: left
|
|
}
|