Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce MethodTypeKind to quotes reflection API #20249

Merged
merged 2 commits into from
Apr 25, 2024

Commits on Apr 24, 2024

  1. Introduce MethodTypeKind to quotes reflection API

    It allows to create Contextual and Implicit MethodTypes.
    MethodTypeKind abstracts away the MethodTypeCompanion
    implementation into a simple enum style choice for a newly added
    MethodType apply. The MethodType unapply is kept as it was for source
    compatibility, instead users are encouraged to use isImplicit and
    isContextual methods.
    jchyb committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4eff748 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    4d7e6ad View commit details
    Browse the repository at this point in the history