blob: 5136d1ecf995abd61559ada53a12a0229d7e9722 [file] [log] [blame]
// @dart = 2.19
class Class {
method({int x: 3}) {}
}
topLevel({int x: 3}) {}