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

Add defn.NamedTupleModule to quotes reflect API #22096

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jchyb
Copy link
Contributor

@jchyb jchyb commented Dec 3, 2024

This is not critical, since users should also be able to access it via Symbol.classSymbol("scala.NamedTuple"), but since we have similar Symbols exposed for regular tuples, I think it's nice to have that here too. Exposing NamedTupleTypeRef is not necessary - users can access it via Type.of/TypeRepr.of, and in quotes reflect only Symbols are currently exposed.

@jchyb jchyb force-pushed the add-namedTupleDefn branch from 0c7ad21 to 4079629 Compare December 3, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant