mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 12:22:31 +00:00
Couple more tests for val
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import lombok.val;
|
||||
public class ValInMultiDeclaration {
|
||||
public void test() {
|
||||
val x = 10, y = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user