Skip to content

Commit 5952550

Browse files
author
soronpo
committed
fix neg check file
1 parent d31b8c4 commit 5952550

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

tests/neg/summonInline.check

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
-- Error: tests\neg\summonInline.scala:19:32 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2-
1+
-- Error: tests/neg/summonInline.scala:19:32 ---------------------------------------------------------------------------
32
19 |val missing1 = summonInlineCheck(1) // error
4-
| ^^^^^^^^^^^^^^^^^^^^
5-
| Missing One
6-
| This location contains code that was inlined from summonInline.scala:15
7-
-- Error: tests\neg\summonInline.scala:20:32 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8-
3+
^^^^^^^^^^^^^^^^^^^^
4+
Missing One
5+
This location contains code that was inlined from summonInline.scala:15
6+
-- Error: tests/neg/summonInline.scala:20:32 ---------------------------------------------------------------------------
97
20 |val missing2 = summonInlineCheck(2) // error
10-
| ^^^^^^^^^^^^^^^^^^^^
11-
| Missing Two
12-
| This location contains code that was inlined from summonInline.scala:16
8+
^^^^^^^^^^^^^^^^^^^^
9+
Missing Two
10+
This location contains code that was inlined from summonInline.scala:16

0 commit comments

Comments
 (0)