Skip to content

Commit b20747d

Browse files
authored
Workaround #19542 (#19561)
* Disable `tests/neg/i8984.scala` ([see #19542](#19542 (comment))) * Fix broken tests
2 parents cce2933 + 92c5cb2 commit b20747d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

Diff for: tests/neg/i19506.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//> using options "-source:3.4-migration",
1+
//> using options "-source:3.4-migration"
22

33
trait Reader[T]
44
def read[T: Reader](s: String, trace: Boolean = false): T = ???

0 commit comments

Comments
 (0)