Skip to content

Commit eb201ff

Browse files
committed
Update the t5070.scala to 2.12
1 parent 4f54266 commit eb201ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/t5070.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trait A {
33
}
44

55
object O {
6-
implicit def b(implicit x: A): x.T = error("")
6+
implicit def b(implicit x: A): x.T = sys.error("")
77
}
88

99
class Test {

0 commit comments

Comments
 (0)