14 lines
607 B
Plaintext
14 lines
607 B
Plaintext
// Messages from compiling fieldtest.dart
|
|
info: line 23, column 9 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
|
print(a.x);
|
|
^^^
|
|
info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int
|
|
return a.x;
|
|
^^^
|
|
info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
|
|
return a.x;
|
|
^^^
|
|
info: line 35, column 7 of test/codegen/fieldtest.dart: [DynamicCast] value (dynamic) will need runtime check to cast to type int
|
|
y = value;
|
|
^^^^^
|