| inconsistencies |
inconsistencies := OrderedCollection new.
Smalltalk compactClassesArray doWithIndex: [ :class :index |�
class ifNotNil: [�
class indexIfCompact = index ifFalse: [�
inconsistencies add: { class. index. class indexIfCompact } ]]].
inconsistencies."---> an OrderedCollection({LargeNegativeInteger. 4. 0} {LargePositiveInteger. 5. 0})"