java usages highlighting: add an additional test for multiple jdk configuration

This commit is contained in:
Dmitry Batkovich
2017-01-18 19:47:29 +03:00
parent c0dc2ea79b
commit b8d81c260a
3 changed files with 28 additions and 0 deletions
@@ -0,0 +1,7 @@
package p;
class Test {
static void mmm(List7 l) {
l.add<caret>All(null);
}
}