Skip to content

Conversation

@tavianator
Copy link
Contributor

Using bare T instead of ::T can lead to conflicts if T is shadowed
by something, for example a type parameter:

#: [T]
class Foo; end

Using bare `T` instead of `::T` can lead to conflicts if `T` is shadowed
by something, for example a type parameter:

    #: [T]
    class Foo; end
@tavianator tavianator requested a review from a team as a code owner October 20, 2025 16:58
@tavianator tavianator merged commit c0fbb5e into main Oct 20, 2025
8 checks passed
@tavianator tavianator deleted the tb/fully-qualified-t branch October 20, 2025 19:31
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.

3 participants