!7 set flag structure_debug. sclass Blubb { S a = "aa", b = "bb"; Map _persistenceInfo = litmap("aa", false); } p-exp { print(structure(new Blubb)); print(structure(nu(Blubb, _persistenceInfo := null))); print(structure(nu(Blubb, _persistenceInfo := litmap("aa", true)))); }