blob: 3dbf472ca81041e655728adc1721c4cca24d1e58 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/generic_metadata/issue45329.dart:6:9: Error: Expected an identifier, but got 'void'.
// Try inserting an identifier before 'void'.
// local<void Function()>() {}
// ^^^^
//
import self as self;
import "dart:core" as core;
static method test() dynamic {
function local<#T1 extends core::Object? = dynamic>() Null {}
}
static method main() dynamic {}