blob: 0cf6a4e084b6499324a1e8ab9f3e0c290b0457f0 [file] [log] [blame]
void foo(String x, {required bool y, required num z}) {}
void main() {}