Open
Description
Version(s)
1.4.0
Describe the bug
Based on scala/scala3#21194 the scala-cli does not detect multiple versions in the using scala
directive.
To Reproduce
Compile following file
//> using scala 3.5.0-RC3, 3.nightly
def Test = ()
Expected behaviour
There should be a warning or error reported when parsing directives
Metadata
Metadata
Assignees
Type
Projects
Status
To do