| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/formatter/CodeFormatterVisitor.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/formatter/CodeFormatterVisitor.java (revision 10526)
|
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/formatter/CodeFormatterVisitor.java (working copy)
|
| @@ -67,7 +67,6 @@
|
| import com.google.dart.compiler.ast.DartParenthesizedExpression;
|
| import com.google.dart.compiler.ast.DartPropertyAccess;
|
| import com.google.dart.compiler.ast.DartRedirectConstructorInvocation;
|
| -import com.google.dart.compiler.ast.DartResourceDirective;
|
| import com.google.dart.compiler.ast.DartReturnStatement;
|
| import com.google.dart.compiler.ast.DartSourceDirective;
|
| import com.google.dart.compiler.ast.DartStatement;
|
| @@ -1758,12 +1757,6 @@
|
| }
|
|
|
| @Override
|
| - public DartNode visitResourceDirective(DartResourceDirective node) {
|
| -
|
| - return null;
|
| - }
|
| -
|
| - @Override
|
| public DartNode visitReturnStatement(DartReturnStatement node) {
|
| scribe.printNextToken(Token.RETURN);
|
| final DartExpression expression = node.getValue();
|
|
|