java.tmbundle icon indicating copy to clipboard operation
java.tmbundle copied to clipboard

Add yield keyword

Open RMSD opened this issue 4 years ago • 0 comments

Fixes #61 (Has examples of the issue).

Adding the java 13 yield keyword. Details of the keyword: https://docs.oracle.com/en/java/javase/13/language/switch-expressions.html

As it's a break statement that does return a value in a switch, I've put it in that block.

RMSD avatar Aug 12 '21 23:08 RMSD