OLD | NEW |
| (Empty) |
1 library; | |
2 import self as self; | |
3 import "dart:core" as core; | |
4 | |
5 class Fisk extends core::Object { | |
6 constructor •() → void | |
7 : super core::Object::•() | |
8 ; | |
9 method it1(dynamic x) → dynamic { | |
10 for (final dynamic #t1 in x) { | |
11 this.key = #t1; | |
12 core::print(this.key); | |
13 } | |
14 for (final dynamic #t2 = throw new core::_CompileTimeError::•("pkg/front_end
/test/fasta/rasta/unresolved_for_in.dart:14:10: \u0027[31mError: Expected lvalue
, but got Instance of 'SourceClassBuilder'\u0027[0m") in x) { | |
15 core::print(self::Fisk); | |
16 } | |
17 for (final dynamic #t3 = throw new core::_CompileTimeError::•("pkg/front_end
/test/fasta/rasta/unresolved_for_in.dart:17:10: \u0027[31mError: Expected lvalue
, but got Instance of 'PrefixBuilder'\u0027[0m") in x) { | |
18 core::print(throw new core::_CompileTimeError::•("pkg/front_end/test/fasta
/rasta/unresolved_for_in.dart: \u0027[31mError: A library can't be used as an ex
pression.\u0027[0m")); | |
19 } | |
20 for (final dynamic #t4 = throw new core::_CompileTimeError::•("pkg/front_end
/test/fasta/rasta/unresolved_for_in.dart:20:10: \u0027[31mError: Expected lvalue
, but got Instance of 'KernelFunctionTypeAliasBuilder'\u0027[0m") in x) { | |
21 core::print(() → void); | |
22 } | |
23 for (final dynamic #t5 = throw new core::_CompileTimeError::•("pkg/front_end
/test/fasta/rasta/unresolved_for_in.dart:23:10: \u0027[31mError: Expected lvalue
, but got 1\u0027[0m") in x) { | |
24 core::print(this.key); | |
25 } | |
26 } | |
27 } | |
28 static method main(dynamic arguments) → dynamic { | |
29 new self::Fisk::•(); | |
30 for (final dynamic #t6 = throw new core::_CompileTimeError::•("pkg/front_end/t
est/fasta/rasta/unresolved_for_in.dart:31:8: \u0027[31mError: Expected lvalue, b
ut got unresolved-identifier(key)\u0027[0m") in arguments) { | |
31 core::print(throw new core::NoSuchMethodError::•(null, #key, <dynamic>[], <d
ynamic, dynamic>{}, null)); | |
32 } | |
33 for (final dynamic #t7 = throw new core::_CompileTimeError::•("pkg/front_end/t
est/fasta/rasta/unresolved_for_in.dart:34:8: \u0027[31mError: Expected lvalue, b
ut got Instance of 'SourceClassBuilder'\u0027[0m") in arguments) { | |
34 core::print(self::Fisk); | |
35 } | |
36 for (final dynamic #t8 = throw new core::_CompileTimeError::•("pkg/front_end/t
est/fasta/rasta/unresolved_for_in.dart:37:8: \u0027[31mError: Expected lvalue, b
ut got Instance of 'PrefixBuilder'\u0027[0m") in arguments) { | |
37 core::print(throw new core::_CompileTimeError::•("pkg/front_end/test/fasta/r
asta/unresolved_for_in.dart: \u0027[31mError: A library can't be used as an expr
ession.\u0027[0m")); | |
38 } | |
39 for (final dynamic #t9 = throw new core::_CompileTimeError::•("pkg/front_end/t
est/fasta/rasta/unresolved_for_in.dart:40:8: \u0027[31mError: Expected lvalue, b
ut got Instance of 'KernelFunctionTypeAliasBuilder'\u0027[0m") in arguments) { | |
40 core::print(() → void); | |
41 } | |
42 for (final dynamic #t10 = throw new core::_CompileTimeError::•("pkg/front_end/
test/fasta/rasta/unresolved_for_in.dart:43:8: \u0027[31mError: Expected lvalue,
but got 1\u0027[0m") in arguments) { | |
43 core::print(throw new core::NoSuchMethodError::•(null, #key, <dynamic>[], <d
ynamic, dynamic>{}, null)); | |
44 } | |
45 } | |
OLD | NEW |