comma operator in while condition

AS1/2 switch fix
This commit is contained in:
Jindra Pet��k
2013-04-19 23:08:53 +02:00
parent 78704d9d02
commit ca5a7b9ab4
11 changed files with 131 additions and 56 deletions
@@ -86,8 +86,8 @@ public class ActionSetMember extends Action {
}
}
}
if(value instanceof StoreRegisterTreeItem){
((StoreRegisterTreeItem)value).define=false;
if (value instanceof StoreRegisterTreeItem) {
((StoreRegisterTreeItem) value).define = false;
}
output.add(new SetMemberTreeItem(this, object, memberName, value));
}