Skip to content

Comments

test case for wildcard type variable surrounded by line breaks#719

Closed
rw7 wants to merge 1 commit intojhipster:mainfrom
rw7:TypeVariableBug
Closed

test case for wildcard type variable surrounded by line breaks#719
rw7 wants to merge 1 commit intojhipster:mainfrom
rw7:TypeVariableBug

Conversation

@rw7
Copy link

@rw7 rw7 commented Feb 17, 2025

What changed with this PR:

Added tests as a show case of #720.

Example

// Input

for(SomeClass<?> elem : elements) for(SomeClass<?> elem : elements) for(SomeClass<?> elem : elements)
            doSomeThing();

// Output
for (SomeClass<?> elem : elements) for (SomeClass<
      ?
    > elem : elements) for (SomeClass<?> elem : elements) doSomeThing();

@CLAassistant
Copy link

CLAassistant commented Feb 17, 2025

CLA assistant check
All committers have signed the CLA.

@rw7 rw7 changed the title test case for weird formatting of wildcard type variable test case for wildcard type variable surrounded by line breaks Feb 17, 2025
@jtkiesel
Copy link
Contributor

Superseded by #731.

@jtkiesel jtkiesel closed this Jun 12, 2025
rw7 added a commit to exedio/persistence-console that referenced this pull request Jul 4, 2025
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