mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
|
||||
class Test {
|
||||
|
||||
void bar () {
|
||||
List<? extends String> l = new ArrayList<String>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user