Skip to content

Commit 50597e7

Browse files
committed
Fix using source comment
Detected manually, even though the test as a whole succeeded
1 parent 688ee45 commit 50597e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)