Skip to content

Crash on same method with <Type> modifier. #38

Description

@theCalcaholic

If I have two methods with the same signature except for a Type modifier, the minifier will crash with a SystemArgumentException (see stacktrace).

Example:
class ABC {

  public void Test<String>() {
  }

  public void Test() {
  }

}

EDIT: This also happens if the methods have different Type modifiers (e.g. <int> and <String>).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions