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