!7 concept Settings {} module Test extends DynPrintLog { start-thread { Settings s = uniq(Settings); assertNotNull("test 1", s); indexSingletonConcept(Settings); Settings s2 = uniq(Settings); assertSame("settings", s, s2); } }