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
object Properties extends PropertiesTrait
trait PropertiesTrait {
// the protected member is not emitted as a static member of -- it works when dropping the access modifier
// somehow, the module class member is considered deferred in BForwardersGen
protected val propFilename: String = /
}
// [log jvm] No forwarder for 'getter propFilename' from Properties to 'module class Properties': false || m.isDeferred == true || false || false
// the following method is missing compared to scalac
// public final class Properties {
// public static String propFilename() {
// return Properties$.MODULE$.propFilename();
// }
Copy file name to clipboardExpand all lines: src/compiler/scala/tools/nsc/transform/LambdaLift.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -451,7 +451,7 @@ abstract class LambdaLift extends InfoTransform {
451
451
// See neg/t1909-object.scala
452
452
defmsg=s"SI-1909 Unable to STATICally lift $sym, which is defined in the self- or super-constructor call of ${sym.owner.owner}. A VerifyError is likely."
0 commit comments