We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the generated java source files, there is a missing import:
java
import wyrl.core.Type
The java files will compile without this, but not in a situation where a type Type exists in the same package.
Type
Fixing this is important for Whiley issue 618 where I'm trying to replace the old wyautl library.
wyautl
The text was updated successfully, but these errors were encountered:
Fix for #33
ece3b3f
No branches or pull requests
In the generated
java
source files, there is a missing import:The
java
files will compile without this, but not in a situation where a typeType
exists in the same package.Fixing this is important for Whiley issue 618 where I'm trying to replace the old
wyautl
library.The text was updated successfully, but these errors were encountered: