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