blob: d2dff62f444c7f65a3f8052730c7c50bfc9e39f8 [file] [log] [blame]
package test0293;
public class Test {
public void foo() {
Runnable run= new Runnable() {
public void run() {
/*]*/foo();/*[*/
}
};
}
}