| OLD | NEW |
| 1 library test; | 1 library test; |
| 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 A extends core::Object { | 5 class A extends core::Object { |
| 6 constructor •() → void | 6 constructor •() → void |
| 7 : super core::Object::•() | 7 : super core::Object::•() |
| 8 ; | 8 ; |
| 9 } | 9 } |
| 10 class B extends self::A { | 10 class B extends self::A { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 : super self::B::•() | 25 : super self::B::•() |
| 26 ; | 26 ; |
| 27 } | 27 } |
| 28 class Test extends core::Object { | 28 class Test extends core::Object { |
| 29 field self::B member = null; | 29 field self::B member = null; |
| 30 constructor •() → void | 30 constructor •() → void |
| 31 : super core::Object::•() | 31 : super core::Object::•() |
| 32 ; | 32 ; |
| 33 method test() → void { | 33 method test() → void { |
| 34 this.{self::Test::member} = self::f<self::B>(); | 34 this.{self::Test::member} = self::f<self::B>(); |
| 35 this.{self::Test::member}.{core::Object::==}(null) ?{dynamic} this.{self::Te
st::member} = self::f<self::B>() : null; | 35 this.{self::Test::member}.{core::Object::==}(null) ? this.{self::Test::membe
r} = self::f<self::B>() : null; |
| 36 this.{self::Test::member} = this.{self::Test::member}.{self::B::+}(self::f<d
ynamic>()); | 36 this.{self::Test::member} = this.{self::Test::member}.{self::B::+}(self::f<d
ynamic>()); |
| 37 this.{self::Test::member} = this.{self::Test::member}.{self::B::*}(self::f<d
ynamic>()); | 37 this.{self::Test::member} = this.{self::Test::member}.{self::B::*}(self::f<d
ynamic>()); |
| 38 this.{self::Test::member} = this.{self::Test::member}.{self::B::&}(self::f<d
ynamic>()); | 38 this.{self::Test::member} = this.{self::Test::member}.{self::B::&}(self::f<d
ynamic>()); |
| 39 this.{self::Test::member} = this.{self::Test::member}.{self::B::-}(1); | 39 this.{self::Test::member} = this.{self::Test::member}.{self::B::-}(1); |
| 40 this.{self::Test::member} = this.{self::Test::member}.{self::B::-}(1); | 40 this.{self::Test::member} = this.{self::Test::member}.{self::B::-}(1); |
| 41 self::B v1 = this.{self::Test::member} = self::f<self::B>(); | 41 self::B v1 = this.{self::Test::member} = self::f<self::B>(); |
| 42 self::B v2 = let final dynamic #t1 = this.{self::Test::member} in #t1.{core:
:Object::==}(null) ?{dynamic} this.{self::Test::member} = self::f<self::B>() : #
t1; | 42 self::B v2 = let final dynamic #t1 = this.{self::Test::member} in #t1.{core:
:Object::==}(null) ? this.{self::Test::member} = self::f<self::B>() : #t1; |
| 43 self::A v3 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:+}(self::f<dynamic>()); | 43 self::A v3 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:+}(self::f<dynamic>()); |
| 44 self::B v4 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:*}(self::f<dynamic>()); | 44 self::B v4 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:*}(self::f<dynamic>()); |
| 45 self::C v5 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:&}(self::f<dynamic>()); | 45 self::C v5 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:&}(self::f<dynamic>()); |
| 46 self::B v6 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:-}(1); | 46 self::B v6 = this.{self::Test::member} = this.{self::Test::member}.{self::B:
:-}(1); |
| 47 self::B v7 = let final dynamic #t2 = this.{self::Test::member} in let final
dynamic #t3 = this.{self::Test::member} = #t2.{self::B::-}(1) in #t2; | 47 self::B v7 = let final dynamic #t2 = this.{self::Test::member} in let final
dynamic #t3 = this.{self::Test::member} = #t2.{self::B::-}(1) in #t2; |
| 48 } | 48 } |
| 49 } | 49 } |
| 50 static method f<T extends core::Object>() → self::f::T | 50 static method f<T extends core::Object>() → self::f::T |
| 51 return null; | 51 return null; |
| 52 static method main() → dynamic {} | 52 static method main() → dynamic {} |
| OLD | NEW |