mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
new overload resolution: remember candidate when argument type is to be calculated (IDEA-137921)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.lang.String;
|
||||
|
||||
abstract class Test {
|
||||
abstract <T> T get();
|
||||
|
||||
void foo() {
|
||||
String.valueOf(get());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user