Skip to content

Some issues in decompiled code #5

@bbarwik

Description

@bbarwik

I've noticed the following issues in decompiled code which are the problem when I try to compile it back:

  • structs are not public
  • public(friend) instead of public(package) is used
  • if struct or function has reserved word for example struct has 'for' field then it lacks escape characters, it should be '`for`' .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions