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
The last occurrence of "file" is showing as unknown (underlined). Since the variable is initialized to a java.io.File in both conditional branches, the type should propagate to the outer block.
The text was updated successfully, but these errors were encountered:
Consider the following:
The last occurrence of "file" is showing as unknown (underlined). Since the variable is initialized to a java.io.File in both conditional branches, the type should propagate to the outer block.
The text was updated successfully, but these errors were encountered: