Sign in
dart
/
dart_style
/
refs/heads/flutter-style-experiment-2
/
.
/
test
/
experiment
/
regression
/
0200
/
0226.stmt
blob: d38cead622c3ec6080124fcd51b3afd24e8ee9d4 [
file
] [
log
] [
blame
] [
edit
]
>>>
test
(
'Bad Request${(detail!='' ? '
:
' : '')}$detail'
);
<<<
test
(
'Bad Request${(detail != '' ? '
:
' : '')}$detail'
);