| Index: lib/compiler/implementation/dart_backend/emitter.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/emitter.dart b/lib/compiler/implementation/dart_backend/emitter.dart
|
| index 5fb61277252de92cee311ea6987193c9ecbe5874..57da444ac46bd4c07bdc81875e41e7e2f37a8ed0 100644
|
| --- a/lib/compiler/implementation/dart_backend/emitter.dart
|
| +++ b/lib/compiler/implementation/dart_backend/emitter.dart
|
| @@ -34,6 +34,7 @@ class Emitter {
|
| if (classNode.typeParameters !== null) {
|
| sb.add(unparser.unparse(classNode.typeParameters));
|
| }
|
| + renamer.setContext(classElement);
|
| if (classNode.extendsKeyword !== null) {
|
| sb.add(' ');
|
| classNode.extendsKeyword.value.printOn(sb);
|
|
|