Sign in
chromium
/
external
/
github.com
/
dart-lang
/
dart_style
/
refs/heads/logic-comment
/
.
/
test
/
expression
/
assignment_comment.stmt
blob: 1298c5ee26fad0a75b78ecc7e86c13f4e02950ad [
file
] [
log
] [
blame
] [
edit
]
40
columns
|
>>>
Line
comment after value
.
a
=
1
// comment
;
<<<
### Weird, but users rarely write this.
a
=
1
// comment
;
>>>
Line
comment after assignment
and
semicolon
.
a
=
1
;
// comment
<<<
a
=
1
;
// comment