Skip to content

Commit

Permalink
Fix compilation error in ResolvableTypeTests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jan 15, 2025
1 parent 4920086 commit 9cfece0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import java.util.SortedSet;
import java.util.TreeSet;
import java.util.concurrent.Callable;
import java.util.function.Consumer;

import org.assertj.core.api.AbstractAssert;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -1785,6 +1784,8 @@ public class MySimpleSuperclassType extends MySuperclassType<String> {
public class MyCollectionSuperclassType extends MySuperclassType<Collection<String>> {
}

public interface Consumer<T> {
}

public class Wildcard<T extends CharSequence> {
}
Expand Down

0 comments on commit 9cfece0

Please sign in to comment.