blob: b2fb1b72374742223eab9a0dca98aa186bb81acf [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_35220.dart:6:25: Error: A value of type 'bool' can't be returned from a function with return type 'A'.
// - 'A' is from 'pkg/front_end/testcases/regress/issue_35220.dart'.
// A bad() { return true != 2; }
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
: super core::Object::•()
;
method bad() self::A {
return invalid-expression "pkg/front_end/testcases/regress/issue_35220.dart:6:25: Error: A value of type 'bool' can't be returned from a function with return type 'A'.
- 'A' is from 'pkg/front_end/testcases/regress/issue_35220.dart'.
A bad() { return true != 2; }
^" in !(true =={core::Object::==}{(core::Object) core::bool} 2) as{TypeError,ForNonNullableByDefault} self::A;
}
}
static method main() dynamic {}