Skip to content

Conversation

@jchyb
Copy link
Contributor

@jchyb jchyb commented Oct 9, 2025

Fixes #23969

The regression would not appear on main (only after release on the nightly version of the compiler, as explained here), so I've adjusted the test to be more general.

@jchyb jchyb requested a review from a team as a code owner October 9, 2025 13:03
@jchyb jchyb changed the title Fix regression #23969 Add ensureApplied to the quotes reflect API Fix regression #23969: Add ensureApplied to the quotes reflect API Oct 9, 2025
@jchyb jchyb force-pushed the fix-i23969 branch 2 times, most recently from 5a6580c to 2f0d636 Compare October 26, 2025 21:00
Comment on lines +5 to +6
def a1 = ()
def a2() = ()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious about what will happen if we do this?

Suggested change
def a1 = ()
def a2() = ()
def a1[T] = ()
def a2[T]() = ()

At least, we should include them in the test.

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.

Incorrect does not take parameters error when using quotes reflection

2 participants