mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
cls: ensure canonical text don't miss whitespaces around wildcards (IDEA-146452)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.badinterface;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.concurrent.Future;
|
||||
|
||||
class Test {
|
||||
private void foo(BadInterface2 b, BadInterface3 b3) {
|
||||
final Future<? extends Number> process = b.process();
|
||||
final Future<? extends List<? extends Number>> process3 = b3.process();
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user