Java 10 support
Closed this issue · 0 comments
JonathanxD commented
The release 10 of Java added Local variable type inference, the intention of this issue is to purpose same implementation to Kores, example:
variableDeclaration("hello", Literals.INT(10))
This is backward compatible, thus does not affect bytecode class version.