| OLD | NEW |
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:core" as core; | 3 import "dart:core" as core; |
| 4 | 4 |
| 5 class Foo extends core::Object { | 5 class Foo extends core::Object { |
| 6 static const field dynamic staticConstant = 42; | 6 static const field dynamic staticConstant = 42; |
| 7 static field dynamic staticField = 42; | 7 static field dynamic staticField = 42; |
| 8 constructor •() → self::Foo | 8 constructor •() → self::Foo |
| 9 : super core::Object::•(); | 9 : super core::Object::•(); |
| 10 static method staticFunction() → dynamic {} | 10 static method staticFunction() → dynamic {} |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 self::use(let final dynamic #t24 = self::Foo::staticConstant in #t24.==(null)
? let final dynamic #t25 = 87 in invalid-expression : #t24); | 71 self::use(let final dynamic #t24 = self::Foo::staticConstant in #t24.==(null)
? let final dynamic #t25 = 87 in invalid-expression : #t24); |
| 72 self::Foo::staticField.==(null) ? self::Foo::staticField = 87 : null; | 72 self::Foo::staticField.==(null) ? self::Foo::staticField = 87 : null; |
| 73 self::use(let final dynamic #t26 = self::Foo::staticField in #t26.==(null) ? s
elf::Foo::staticField = 87 : #t26); | 73 self::use(let final dynamic #t26 = self::Foo::staticField in #t26.==(null) ? s
elf::Foo::staticField = 87 : #t26); |
| 74 self::Foo::staticFunction.==(null) ? let final dynamic #t27 = 87 in invalid-ex
pression : null; | 74 self::Foo::staticFunction.==(null) ? let final dynamic #t27 = 87 in invalid-ex
pression : null; |
| 75 self::use(let final dynamic #t28 = self::Foo::staticFunction in #t28.==(null)
? let final dynamic #t29 = 87 in invalid-expression : #t28); | 75 self::use(let final dynamic #t28 = self::Foo::staticFunction in #t28.==(null)
? let final dynamic #t29 = 87 in invalid-expression : #t28); |
| 76 self::Foo::staticGetter.==(null) ? throw core::_unresolvedStaticSetterError(nu
ll, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; | 76 self::Foo::staticGetter.==(null) ? throw core::_unresolvedStaticSetterError(nu
ll, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; |
| 77 self::use(let final dynamic #t30 = self::Foo::staticGetter in #t30.==(null) ?
throw core::_unresolvedStaticSetterError(null, #staticGetter, <dynamic>[87], <dy
namic, dynamic>{}, null) : #t30); | 77 self::use(let final dynamic #t30 = self::Foo::staticGetter in #t30.==(null) ?
throw core::_unresolvedStaticSetterError(null, #staticGetter, <dynamic>[87], <dy
namic, dynamic>{}, null) : #t30); |
| 78 throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynamic>[], <dy
namic, dynamic>{}, null); | 78 throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynamic>[], <dy
namic, dynamic>{}, null); |
| 79 self::use(throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynam
ic>[], <dynamic, dynamic>{}, null)); | 79 self::use(throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynam
ic>[], <dynamic, dynamic>{}, null)); |
| 80 } | 80 } |
| OLD | NEW |