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 13 matching lines...) Expand all Loading... |
24 class C extends self::B { | 24 class C extends self::B { |
25 constructor •() → void | 25 constructor •() → void |
26 : super self::B::•() | 26 : super self::B::•() |
27 ; | 27 ; |
28 } | 28 } |
29 static field self::B topLevelVariable; | 29 static field self::B topLevelVariable; |
30 static method f<T extends core::Object>() → self::f::T | 30 static method f<T extends core::Object>() → self::f::T |
31 return null; | 31 return null; |
32 static method test_topLevelVariable() → void { | 32 static method test_topLevelVariable() → void { |
33 self::topLevelVariable = self::f<self::B>(); | 33 self::topLevelVariable = self::f<self::B>(); |
34 self::topLevelVariable.{core::Object::==}(null) ? self::topLevelVariable = sel
f::f<self::B>() : null; | 34 self::topLevelVariable.{core::Object::==}(null) ?{dynamic} self::topLevelVaria
ble = self::f<self::B>() : null; |
35 self::topLevelVariable = self::topLevelVariable.{self::B::+}(self::f<dynamic>(
)); | 35 self::topLevelVariable = self::topLevelVariable.{self::B::+}(self::f<dynamic>(
)); |
36 self::topLevelVariable = self::topLevelVariable.{self::B::*}(self::f<dynamic>(
)); | 36 self::topLevelVariable = self::topLevelVariable.{self::B::*}(self::f<dynamic>(
)); |
37 self::topLevelVariable = self::topLevelVariable.{self::B::&}(self::f<dynamic>(
)); | 37 self::topLevelVariable = self::topLevelVariable.{self::B::&}(self::f<dynamic>(
)); |
38 self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); | 38 self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); |
39 self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); | 39 self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); |
40 self::B v1 = self::topLevelVariable = self::f<self::B>(); | 40 self::B v1 = self::topLevelVariable = self::f<self::B>(); |
41 self::B v2 = let final dynamic #t1 = self::topLevelVariable in #t1.{core::Obje
ct::==}(null) ? self::topLevelVariable = self::f<self::B>() : #t1; | 41 self::B v2 = let final dynamic #t1 = self::topLevelVariable in #t1.{core::Obje
ct::==}(null) ?{dynamic} self::topLevelVariable = self::f<self::B>() : #t1; |
42 self::A v3 = self::topLevelVariable = self::topLevelVariable.{self::B::+}(self
::f<dynamic>()); | 42 self::A v3 = self::topLevelVariable = self::topLevelVariable.{self::B::+}(self
::f<dynamic>()); |
43 self::B v4 = self::topLevelVariable = self::topLevelVariable.{self::B::*}(self
::f<dynamic>()); | 43 self::B v4 = self::topLevelVariable = self::topLevelVariable.{self::B::*}(self
::f<dynamic>()); |
44 self::C v5 = self::topLevelVariable = self::topLevelVariable.{self::B::&}(self
::f<dynamic>()); | 44 self::C v5 = self::topLevelVariable = self::topLevelVariable.{self::B::&}(self
::f<dynamic>()); |
45 self::B v6 = self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); | 45 self::B v6 = self::topLevelVariable = self::topLevelVariable.{self::B::-}(1); |
46 self::B v7 = let final dynamic #t2 = self::topLevelVariable in let final dynam
ic #t3 = self::topLevelVariable = #t2.{self::B::-}(1) in #t2; | 46 self::B v7 = let final dynamic #t2 = self::topLevelVariable in let final dynam
ic #t3 = self::topLevelVariable = #t2.{self::B::-}(1) in #t2; |
47 } | 47 } |
48 static method test_staticVariable() → void { | 48 static method test_staticVariable() → void { |
49 self::B::staticVariable = self::f<self::B>(); | 49 self::B::staticVariable = self::f<self::B>(); |
50 self::B::staticVariable.{core::Object::==}(null) ? self::B::staticVariable = s
elf::f<self::B>() : null; | 50 self::B::staticVariable.{core::Object::==}(null) ?{dynamic} self::B::staticVar
iable = self::f<self::B>() : null; |
51 self::B::staticVariable = self::B::staticVariable.{self::B::+}(self::f<dynamic
>()); | 51 self::B::staticVariable = self::B::staticVariable.{self::B::+}(self::f<dynamic
>()); |
52 self::B::staticVariable = self::B::staticVariable.{self::B::*}(self::f<dynamic
>()); | 52 self::B::staticVariable = self::B::staticVariable.{self::B::*}(self::f<dynamic
>()); |
53 self::B::staticVariable = self::B::staticVariable.{self::B::&}(self::f<dynamic
>()); | 53 self::B::staticVariable = self::B::staticVariable.{self::B::&}(self::f<dynamic
>()); |
54 self::B::staticVariable = self::B::staticVariable.{self::B::-}(1); | 54 self::B::staticVariable = self::B::staticVariable.{self::B::-}(1); |
55 self::B::staticVariable = self::B::staticVariable.{self::B::-}(1); | 55 self::B::staticVariable = self::B::staticVariable.{self::B::-}(1); |
56 self::B v1 = self::B::staticVariable = self::f<self::B>(); | 56 self::B v1 = self::B::staticVariable = self::f<self::B>(); |
57 self::B v2 = let final dynamic #t4 = self::B::staticVariable in #t4.{core::Obj
ect::==}(null) ? self::B::staticVariable = self::f<self::B>() : #t4; | 57 self::B v2 = let final dynamic #t4 = self::B::staticVariable in #t4.{core::Obj
ect::==}(null) ?{dynamic} self::B::staticVariable = self::f<self::B>() : #t4; |
58 self::A v3 = self::B::staticVariable = self::B::staticVariable.{self::B::+}(se
lf::f<dynamic>()); | 58 self::A v3 = self::B::staticVariable = self::B::staticVariable.{self::B::+}(se
lf::f<dynamic>()); |
59 self::B v4 = self::B::staticVariable = self::B::staticVariable.{self::B::*}(se
lf::f<dynamic>()); | 59 self::B v4 = self::B::staticVariable = self::B::staticVariable.{self::B::*}(se
lf::f<dynamic>()); |
60 self::C v5 = self::B::staticVariable = self::B::staticVariable.{self::B::&}(se
lf::f<dynamic>()); | 60 self::C v5 = self::B::staticVariable = self::B::staticVariable.{self::B::&}(se
lf::f<dynamic>()); |
61 self::B v6 = self::B::staticVariable = self::B::staticVariable.{self::B::-}(1)
; | 61 self::B v6 = self::B::staticVariable = self::B::staticVariable.{self::B::-}(1)
; |
62 self::B v7 = let final dynamic #t5 = self::B::staticVariable in let final dyna
mic #t6 = self::B::staticVariable = #t5.{self::B::-}(1) in #t5; | 62 self::B v7 = let final dynamic #t5 = self::B::staticVariable in let final dyna
mic #t6 = self::B::staticVariable = #t5.{self::B::-}(1) in #t5; |
63 } | 63 } |
64 static method main() → dynamic {} | 64 static method main() → dynamic {} |
OLD | NEW |