// Unchanged comment.
f1();
// Changing a single word.
f2();
// A completely different sentence.
f3();
if true {
/* A multiline comment
* whose indentation changes.
*/
}
/** A doc comment.
*
* This line will change.