blob: 3c2ebd2c572b30b2bab96e0d9c7ca1560918be87 [file] [log] [blame]
class Test {
public static final CONST = 2
def foo() {
def (a, c) = [1, 3]
}
}