Sign in
dart
/
sdk.git
/
2572f06212ca7b9b2f7cf816f0eaf97ebc0862e4
/
.
/
pkg
/
front_end
/
parser_testcases
/
patterns
/
constant_identifier_doublyPrefixed_builtin.dart
blob: cc9cc600af39e744747694026fad9ef0e991f34c [
file
] [
log
] [
blame
]
void
f
(
x
)
{
const
y
=
abstract
.
as
.
get
;
// verify that this works
switch
(
x
)
{
case
abstract
.
as
.
get
:
break
;
}
}