blob: 2b20b848a22960d916cacbc2f026bc0c4bf42c8c [file] [log] [blame]
class A{
def A(){
new Runnable() {
void run() {
pri<ref>nt "wow";
}
}
}
}