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