fixture-based CopyReferenceTest in community

This commit is contained in:
peter
2012-07-05 17:26:17 +02:00
parent 3cc055c6ec
commit 116c7fdcd0
15 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
class Test {
public void m() {
new Runnable() {
public void run() {
run()<caret>
}
};
}
}