blob: ad2ead542c50fc15e73ae1abc23320b639eeaa90 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/circularity-via-initializing-formal.dart:17:3: Error: Can't infer the type of 'C._circular': circularity found during type inference.
// Specify the type explicitly.
// C._circular(this.f);
// ^^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
field self::C* f;
constructor _circular(self::C* f) self::C*
;
}
static field self::C* x;
static method main() dynamic
;