Files
swift-mirror/test/Parse/EOF/block-comment-nested.swift
David Farler b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00

11 lines
460 B
Swift

// RUN: %target-typecheck-verify-swift
/* outer block comment starts here expected-note{{comment started here}}
/* inner block comment starts and ends here */
/* a second inner block started here
/* another inner block comment starts here
Note that there are now three open comment blocks.
The error message on the next line bumps that to four,
then the fix-it text lowers that to two.
expected-error{{unterminated '/*' comment}} {{62-62=*/*/}}