Skip to content
New issue

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

Sample code from README produces "Unresolved reference: TestEnvClass" #295

Open
breandan opened this issue Jun 30, 2022 · 1 comment
Open

Comments

@breandan
Copy link

I tried to use your library, which looks very nice, but I am having some trouble reproducing the sample code from the README. Do you have any suggestions how it can be fixed? I am attaching the test class below, which should fail but passes. Thank you!

@tschuchortdev
Copy link
Owner

If I had to guess, I would add an import to the test files (import ai.hypergraph.kotlingrad.typelevel.CompileTest.TestEnvClass or something like that). In the README, an import was not necessary because the TestEnvClass was top-level without a package declaration. If that doesn't fix it I'll have to clone your project and take a closer look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants