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
public classFoo {
privateString java;
public java.lang.Integer test() {
returnnull;
}
}
Output
-- [E008] NotFoundError: test/files/pos/t11788/Foo.java:4:13-------------------------------------------------------------------------------------------------4| public java.lang.Integer test() {
|^^^^^^^^^| value lang is not a member of String1 error found
Compiler version
3.4.2
Minimized code
Output
Expectation
Forward port of scala/bug#11788 which is fixed.
This is a typer issue, so maybe it's not worth supporting.
May be worth fixing eventually with other low-prio Java mixed-mode bugs.
The text was updated successfully, but these errors were encountered: