Evaluate expression: support EE for shared vars

This commit is contained in:
Natalia Ukhorskaya
2014-09-23 16:32:34 +04:00
parent 8ad18df3fa
commit 4994e771d0
7 changed files with 103 additions and 12 deletions
@@ -933,7 +933,8 @@ public abstract class StackValue {
}
}
public static Type sharedTypeForType(Type type) {
@NotNull
public static Type sharedTypeForType(@NotNull Type type) {
switch (type.getSort()) {
case Type.OBJECT:
case Type.ARRAY: