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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
* Don't specify external for extension functions and variables
This fixes#109
* Remove @file:JsQualifier if all functions & variables are extensions
This fixes a compilation error that external functions and variables
can't be in a file annotated with @file:JsQualifier.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example:
results in:
which fails with compile error "Declaration of such kind (extension function) cant be external", etc.
It should be:
The text was updated successfully, but these errors were encountered: