You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case directiveOptionsArg(args) =>List(("scalac", args))
142
143
case directiveJavacOptions(args) =>List(("javac", args))
143
144
case directiveTargetOptions(platform) =>List(("target", platform))
145
+
case directiveUnsupported(name, args) =>Nil
144
146
case directiveUnknown(rest) => sys.error(s"Unknown directive: `//> using ${CommandLineParser.tokenize(rest).headOption.getOrElse("''")}`${filename.fold("")(f =>s" in file $f")}")
0 commit comments