Skip to content

Commit 4cd72b7

Browse files
committed
Fix using source comment
Detected manually, even though the test as a whole succeeded
1 parent 2e0cf2e commit 4cd72b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i19506.scala

Lines changed: 1 addition & 1 deletion
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)