blob: 6c4e26f04f1774aff63c2c12aff48c69a48ae44a [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/invalid_this_reference_04.dart:6:26: Error: Expected identifier, but got 'this'.
// int bar({dynamic baz = this}) => 42;
// ^^^^
//
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
synthetic constructor •() self::Foo
;
method bar({dynamic baz = invalid-expression "pkg/front_end/testcases/regress/invalid_this_reference_04.dart:6:26: Error: Expected identifier, but got 'this'.
int bar({dynamic baz = this}) => 42;
^^^^"}) core::int
;
}