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