We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d262fe9 commit 399ab16Copy full SHA for 399ab16
test/files/run/inner-parse/S_3.scala
@@ -5,7 +5,7 @@ object Test {
5
val cwd = sys.props("partest.output")
6
7
for ((f, info) <- JvmClassInfo.classInfoList(cwd)) {
8
- println("file " + f.stripPrefix(cwd).substring(1))
+ println("file " + f.stripPrefix(cwd).substring(1).replace('\\', '/'))
9
println(info)
10
}
11
0 commit comments