Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soheil-ghahremani/64f2932f5678fd493a879bdc365b0eac to your computer and use it in GitHub Desktop.
Save soheil-ghahremani/64f2932f5678fd493a879bdc365b0eac to your computer and use it in GitHub Desktop.
package ir.soheil_gh;
public class LocalVariableTypeInferenceExample2WithError {
public var test = "12";
public static void main(String[] args) {
}
}
@soheil-ghahremani
Copy link
Author

Error:(4, 12) java: 'var' is not allowed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment