Sign in
dart
/
dart_style
/
4d037b332c30df2b0f1bb718ca98ef9c29c6bed8
/
.
/
test
/
short
/
regression
/
0900
/
0960.unit
blob: a098c76f3a68b7a7196f211379296ee854cd471a [
file
]
>>>
const
m
=
0
;
class
C
{
var
z
,
w
,
u
,
v
;
C
({
@m
int
this
.
v
()?});
}
void
main
()
{}
<<<
const
m
=
0
;
class
C
{
var
z
,
w
,
u
,
v
;
C
({
@m
int
this
.
v
()?});
}
void
main
()
{}