Skip to content

AsmMethodSource produces code with undefined but used variables #631

@cgobel

Description

@cgobel

I have a problem converting kotlin.collections.AbstractCollection to Jimple. Unfortunately, the contains() method is translated in a version where a local is accessed but never defined due to some internal updates made on the stack and local variables during parsing. The definition statement for this local is replaced by nothing during parsing but other statements that use this local stay unchanged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions