koresframework/Kores

Java 10 support

Closed this issue · 0 comments

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.