mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IJ-CR-101653 [intention-preview] SameErasureButDifferentMethodsFix. Added tests for preview
GitOrigin-RevId: 0e5dff40ab0e25033b6ca454e8737e46f18c1767
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6678de5817
commit
7dc38ce3d3
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
@@ -0,0 +1 @@
|
||||
public void foo(List<? super String> s)
|
||||
+1
@@ -0,0 +1 @@
|
||||
public void foo(List<? super String> s)
|
||||
Reference in New Issue
Block a user