Sign in
dart
/
sdk.git
/
refs/heads/base
/
.
/
pkg
/
front_end
/
parser_testcases
/
coverage
/
bar_eq.dart.parser.expect
blob: c94152ee60583fc93919cfb6307a451e00abc715 [
file
] [
log
] [
blame
] [
edit
]
void
foo
(
dynamic
bar
)
{
bar
|=
2
;
}
void
[
KeywordToken
]
foo
[
StringToken
]([
BeginToken
]
dynamic
[
KeywordToken
]
bar
[
StringToken
])[
SimpleToken
]
{[
BeginToken
]
bar
[
StringToken
]
|=[
SimpleToken
]
2
[
StringToken
];[
SimpleToken
]
}[
SimpleToken
][
SimpleToken
]