We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
class Foo { Foo(int i) { } } class Bar extends Foo { Bar() { super(10); } }
cons.java:7: error: missing argument for parameter i of constructor Foo: (i: Int)Foo class Bar extends Foo { ^
(minimized from https://github.com/molecule-labs/molecule/blob/master/molecule-core/src/main/java/molecule/jsr166y/ForkJoinTask.java#L397)
CC @olhotak
The text was updated successfully, but these errors were encountered:
Fix scala#879
0d175ae
Don't insert a constructor call when typechecking Java classes.
f0c2a90
Merge pull request #890 from dotty-staging/fix-#879
cdfcbc1
Fix #879
Added explicit return type in take (see scala#879)
d905fb1
No branches or pull requests
(minimized from https://github.com/molecule-labs/molecule/blob/master/molecule-core/src/main/java/molecule/jsr166y/ForkJoinTask.java#L397)
CC @olhotak
The text was updated successfully, but these errors were encountered: