fail();
} catch (IllegalStateException e) {
}
// materialize
{
NodeTarget target = getNodeStatementTarget(panel, false, 1, 1);
assertEquals("rowLayoutData.", variable.getAccessExpression(target));
assertHierarchy(
"{this: com.gwtext.client.widgets.Panel} {this} {/setLayout(new RowLayout())/ /add(label, rowLayoutData)/}",
" {new: com.gwtext.client.widgets.layout.RowLayout} {empty} {/setLayout(new RowLayout())/}",
" {new: com.gwtext.client.widgets.form.Label} {local-unique: label} {/new Label()/ /add(label, rowLayoutData)/}",