Empty import list placement and comment binding (test data fixed)

This commit is contained in:
Roman Shevchenko
2010-08-10 14:57:41 +04:00
parent 11adf2d476
commit 193b44dca1

View File

@@ -1,5 +1,5 @@
// "Make 'a' extend 'b'" "true"
<caret>class a extends b {
<caret>// "Make 'a' extend 'b'" "true"
class a extends b {
void f(b b, Runnable r) {
f(this, null);
}