package ir.soheil_gh; | |
public class LocalVariableTypeInferenceExample2WithError { | |
public var test = "12"; | |
public static void main(String[] args) { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Error:(4, 12) java: 'var' is not allowed here