You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the compiler only needs to target one API level, the parser needs to provide version-specific diagnostics. This should probably be done with a Parser configuration as an enum, e.g.:
While the compiler only needs to target one API level, the parser needs to provide version-specific diagnostics. This should probably be done with a Parser configuration as an enum, e.g.:
Exemple:
Relates to bwalter/aidl-lsp#4 and bwalter/aidl-lsp#5.
The text was updated successfully, but these errors were encountered: