IJ-CR-101653 [intention-preview] SameErasureButDifferentMethodsFix. Added tests for preview

GitOrigin-RevId: 0e5dff40ab0e25033b6ca454e8737e46f18c1767
This commit is contained in:
Mikhail Pyltsin
2023-02-03 00:32:39 +00:00
committed by intellij-monorepo-bot
parent 6678de5817
commit 7dc38ce3d3
6 changed files with 6 additions and 4 deletions
@@ -1,4 +1,4 @@
// "Fix method 'foo' parameters with bounded wildcards" "true"
// "Fix method 'foo' parameters with bounded wildcards" "true-preview"
import java.util.List;
interface Xo {
@@ -1,4 +1,4 @@
// "Fix method 'foo' parameters with bounded wildcards" "true"
// "Fix method 'foo' parameters with bounded wildcards" "true-preview"
import java.util.List;
interface Xo<T> {
@@ -1,4 +1,4 @@
// "Fix method 'foo' parameters with bounded wildcards" "true"
// "Fix method 'foo' parameters with bounded wildcards" "true-preview"
import java.util.List;
interface Xo {
@@ -1,4 +1,4 @@
// "Fix method 'foo' parameters with bounded wildcards" "true"
// "Fix method 'foo' parameters with bounded wildcards" "true-preview"
import java.util.List;
interface Xo<T> {
@@ -0,0 +1 @@
public void foo(List<? super String> s)
@@ -0,0 +1 @@
public void foo(List<? super String> s)