blob: ab96c23f5bca90d59e035cfc4a7ac580a3b818e4 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue47922.dart:8:5: Error: Can't have modifier 'const' here.
// Try removing 'const'.
// A(const this.foo);
// ^^^^^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
final field core::String foo;
constructor •(core::String foo) self::A
;
}
static method main() dynamic
;