bat/tests/syntax-tests/highlighted/Dart/inner_comment.dart

6 lines
320 B
Dart
Raw Normal View History

return Object(
 Object(
 // Not highlighted as a comment
 )
)