Sign in
dart
/
dart_style
/
71c3833bb1b960dd5dc256f346add3cdc7991908
/
.
/
test
/
regression
/
0200
/
0226.stmt
blob: d38cead622c3ec6080124fcd51b3afd24e8ee9d4 [
file
] [
log
] [
blame
]
>>>
test
(
'Bad Request${(detail!='' ? '
:
' : '')}$detail'
);
<<<
test
(
'Bad Request${(detail != '' ? '
:
' : '')}$detail'
);