mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
fixture-based CopyReferenceTest in community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
public void m() {
|
||||
new Runnable() {
|
||||
public void run() {
|
||||
run()<caret>
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user