Skip to content

Commit 8baba29

Browse files
committed
[incrParse] Add warning not to add anything to the identifier-at-eof test
1 parent d6fc080 commit 8baba29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %incr-transfer-tree --expected-incremental-syntax-tree %S/Outputs/extend-identifier-at-eof.json %s
22

33
func foo() {}
4+
// ATTENTION: This file is testing the EOF token.
5+
// DO NOT PUT ANYTHING AFTER THE CHANGE, NOT EVEN A NEWLINE
46
_ = x<<<|||x>>>

0 commit comments

Comments
 (0)