Skip to content

LambdaLift doesn't mark to-be static methods as such #480

Closed
@DarkDimius

Description

@DarkDimius
object O {
  val x: Function1[String, String] = a => a
  val x2: Function1[String, String] = a => "1"
}

After LambdaLift anonymous function for x isn't static, but for x2 is static.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions