Skip to content

Commit

Permalink
Workaround #19542 (#19561)
Browse files Browse the repository at this point in the history
* Disable `tests/neg/i8984.scala` ([see
#19542](#19542 (comment)))
* Fix broken tests
  • Loading branch information
odersky authored Jan 29, 2024
2 parents cce2933 + 92c5cb2 commit b20747d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/neg/i19506.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using options "-source:3.4-migration",
//> using options "-source:3.4-migration"

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

0 comments on commit b20747d

Please sign in to comment.