blob: 32c1d33411592aee345237cfaae93493c5233a56 [file] [log] [blame]
library test;
//
// Problems in library:
//
// pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart:10:46: Error: A value of type 'String' can't be assigned to a variable of type 'int'.
// Foo([this.x = /*error:INVALID_ASSIGNMENT*/ "1"]);
// ^
//
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::int x;
constructor •([core::int x = invalid-expression "pkg/front_end/testcases/inference/inferred_initializing_formal_checks_default_value.dart:10:46: Error: A value of type 'String' can't be assigned to a variable of type 'int'.
Foo([this.x = /*error:INVALID_ASSIGNMENT*/ \"1\"]);
^" in "1" as{TypeError} core::int]) self::Foo
;
}
static method main() dynamic
;