package ir.soheil_gh; | |
public class LocalVariableTypeInferenceExample4WithError { | |
public static void main(String[] args) { | |
var test = null; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Error:(5, 13) java: cannot infer type for local variable test (variable initializer is 'null')