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
/** Parse inner classes. Expects `in.bp` to point to the superclass entry.
910
910
* Restores the old `bp`.
@@ -1028,7 +1028,7 @@ class ClassfileParser(
1028
1028
report.error(s"Found a TASTY attribute with a length different from 16 in $classfile. This is likely a bug in the compiler. Please report.", NoSourcePosition)
1029
1029
}
1030
1030
1031
-
if scan(tpnme.ScalaATTR) &&!scalaUnpickleWhitelist.contains(classRoot.name)
1031
+
if scan(tpnme.ScalaATTR) &&!scalaUnpickleAllowlist.contains(classRoot.name)
0 commit comments