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 ce53e89 commit 8e446a8Copy full SHA for 8e446a8
scalactic.js/src/main/scala/org/scalactic/source/ObjectMeta.scala
@@ -55,8 +55,7 @@ object ObjectMeta {
55
replaceAllLiterally("$$und", "_").
56
replaceAllLiterally("$mcI", "").
57
replaceAllLiterally("$sp", "").
58
- replaceAllLiterally("$f", "").
59
- replace(".*__f_", "") // For scala-js 1.0
+ replaceAllLiterally("$f", "")
60
61
val decodedKey10 = {
62
val idx = decodedKey.indexOf("__f_")
0 commit comments