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 •() → void | 8 constructor •() → void |
9 : super core::Object::•() | 9 : super core::Object::•() |
10 ; | 10 ; |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 self::Foo::staticFunction.==(null) ? throw new core::NoSuchMethodError::•(nu
ll, #staticFunction, <dynamic>[87], <dynamic, dynamic>{}, null) : null; | 76 self::Foo::staticFunction.==(null) ? throw new core::NoSuchMethodError::•(nu
ll, #staticFunction, <dynamic>[87], <dynamic, dynamic>{}, null) : null; |
77 self::use(let final dynamic #t13 = self::Foo::staticFunction in #t13.==(null
) ? throw new core::NoSuchMethodError::•(null, #staticFunction, <dynamic>[87], <
dynamic, dynamic>{}, null) : #t13); | 77 self::use(let final dynamic #t13 = self::Foo::staticFunction in #t13.==(null
) ? throw new core::NoSuchMethodError::•(null, #staticFunction, <dynamic>[87], <
dynamic, dynamic>{}, null) : #t13); |
78 self::Foo::staticGetter.==(null) ? throw new core::NoSuchMethodError::•(null
, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; | 78 self::Foo::staticGetter.==(null) ? throw new core::NoSuchMethodError::•(null
, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; |
79 self::use(let final dynamic #t14 = self::Foo::staticGetter in #t14.==(null)
? throw new core::NoSuchMethodError::•(null, #staticGetter, <dynamic>[87], <dyna
mic, dynamic>{}, null) : #t14); | 79 self::use(let final dynamic #t14 = self::Foo::staticGetter in #t14.==(null)
? throw new core::NoSuchMethodError::•(null, #staticGetter, <dynamic>[87], <dyna
mic, dynamic>{}, null) : #t14); |
80 (throw new core::NoSuchMethodError::•(null, #staticSetter, <dynamic>[], <dyn
amic, dynamic>{}, null)).==(null) ? self::Foo::staticSetter = 87 : null; | 80 (throw new core::NoSuchMethodError::•(null, #staticSetter, <dynamic>[], <dyn
amic, dynamic>{}, null)).==(null) ? self::Foo::staticSetter = 87 : null; |
81 self::use(let final dynamic #t15 = throw new core::NoSuchMethodError::•(null
, #staticSetter, <dynamic>[], <dynamic, dynamic>{}, null) in #t15.==(null) ? sel
f::Foo::staticSetter = 87 : #t15); | 81 self::use(let final dynamic #t15 = throw new core::NoSuchMethodError::•(null
, #staticSetter, <dynamic>[], <dynamic, dynamic>{}, null) in #t15.==(null) ? sel
f::Foo::staticSetter = 87 : #t15); |
82 } | 82 } |
83 on core::NoSuchMethodError catch(no-exception-var) { | 83 on core::NoSuchMethodError catch(no-exception-var) { |
84 } | 84 } |
85 } | 85 } |
OLD | NEW |