Skip to content

Commit 0986632

Browse files
committed
Add missing error tag
1 parent 648758c commit 0986632

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/neg/i7892.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package x {
66

77
def run(using qctx: QuoteContext): Unit = {
88
val cpsLeft: x.CExprResult1[?] = ???
9-
run1(cpsLeft)
9+
run1(cpsLeft) // error
1010
}
1111

1212
def run1[L:Type](cpsLeft: x.CExprResult1[L]): Unit = ???
File renamed without changes.

0 commit comments

Comments
 (0)