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
Consider the following:
class Foo { String bar } final class FooTest exteds spock.lang.Specification { void 'test case'() { given: Foo foo = new Foo(bar: 42) expect: foo.bar == 42 } }
If the Spock global transform is enabled (soon it will always be enabled: #814), "bar" is showing as unknown (underlined).
The text was updated successfully, but these errors were encountered:
Fix for #917: infer return type of Spock's ValueRecorder.record method
d39bd78
eric-milles
No branches or pull requests
Consider the following:
If the Spock global transform is enabled (soon it will always be enabled: #814), "bar" is showing as unknown (underlined).
The text was updated successfully, but these errors were encountered: