blob: 0f110873f9fc5cb3655ecad6ebaad95322e11d14 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/type_literal_as_metadata.dart:11:2: Error: This can't be used as metadata; metadata should be a reference to a compile-time constant variable, or a call to a constant constructor.
// @A
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
const constructor •() self::A*
: super core::Object::•()
;
}
@invalid-expression "pkg/front_end/testcases/general_nnbd_opt_out/type_literal_as_metadata.dart:11:2: Error: This can't be used as metadata; metadata should be a reference to a compile-time constant variable, or a call to a constant constructor.
@A
^"
class B extends core::Object {
synthetic constructor •() self::B*
: super core::Object::•()
;
}
static method main() dynamic {}