make completion work in java type arguments inside cast

This commit is contained in:
peter
2017-07-21 09:53:58 +02:00
parent bd0e283e22
commit bcbee2120e
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,5 @@
class Z {
{
Object o = ((Mapx<Integer, Str<caret>ing>) o1).get();
}
}