blob: 84f2fa40dd0c16415dc8fa17aaf685397a2a3e36 [file] [log] [blame]
new Runnable() {
public static final int CONST = 123
void run() {
print CONST
}
}