Skip to content

Commit c363c58

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

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-
3-
19 |val missing1 = summonInlineCheck(1) // error
4-
| ^^^^^^^^^^^^^^^^^^^^
5-
| Missing One
1+
-- Error: tests\neg\summonInline.scala:19:32 ---------------------------------------------------------------------------
2+
19 |val missing1 = summonInlineCheck(1) // error
3+
| ^^^^^^^^^^^^^^^^^^^^
4+
| Missing One
65
| This location contains code that was inlined from summonInline.scala:15
7-
-- Error: tests\neg\summonInline.scala:20:32 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8-
9-
20 |val missing2 = summonInlineCheck(2) // error
10-
| ^^^^^^^^^^^^^^^^^^^^
11-
| Missing Two
6+
-- Error: tests\neg\summonInline.scala:20:32 ---------------------------------------------------------------------------
7+
20 |val missing2 = summonInlineCheck(2) // error
8+
| ^^^^^^^^^^^^^^^^^^^^
9+
| Missing Two
1210
| This location contains code that was inlined from summonInline.scala:16

0 commit comments

Comments
 (0)