Skip to content

Add contextual var keyword#9

Merged
jra-se merged 4 commits intodevfrom
add/var-keyword-variables
Aug 26, 2025
Merged

Add contextual var keyword#9
jra-se merged 4 commits intodevfrom
add/var-keyword-variables

Conversation

@jra-se
Copy link
Contributor

@jra-se jra-se commented Aug 21, 2025

Java 10 introduced the contexutal var Keyword in LocalVariableDeclaration and LambdaParameter which allows the definition of variables without explicitly declaring their type.

This pull request introduces the contextual var keyword in the JavaDSL grammar to align with the Java Language Specification.

@jra-se jra-se merged commit 36fefa0 into dev Aug 26, 2025
2 checks passed
@jra-se jra-se deleted the add/var-keyword-variables branch August 26, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant