mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +07:00
[tests] prepares Java tests for the language level raise
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import java.util.List;
|
||||
|
||||
class GetClassTest {
|
||||
interface GetCl {
|
||||
Class<? extends List> _();
|
||||
Class<? extends List> m();
|
||||
}
|
||||
|
||||
interface GetClReturnTypeProblems {
|
||||
Class<List<String>> _();
|
||||
Class<List<String>> m();
|
||||
}
|
||||
|
||||
void test(int[] iarr, List<String> ls) {
|
||||
|
||||
Reference in New Issue
Block a user