| Index: sdk/lib/_internal/compiler/implementation/world.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/world.dart b/sdk/lib/_internal/compiler/implementation/world.dart
|
| index e70de6a6485fd816d8fefbfd2a3e756bc405b936..9116478346d9307986396d6298a9e9ce34630722 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/world.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/world.dart
|
| @@ -76,7 +76,7 @@ class World {
|
| compiler.resolverWorld.isChecks.forEach((DartType type) {
|
| if (type is InterfaceType) {
|
| InterfaceType itf = type;
|
| - if (!itf.arguments.isEmpty) {
|
| + if (!itf.typeArguments.isEmpty) {
|
| potentiallyAddForRti(itf.element, null);
|
| }
|
| }
|
|
|