please include class Concepts. sO quickImport_unlisted(O o) { temp tempSetTL(concepts_unlisted, true); ret quickImport(o); } // we know lists are converted to lists static L quickImport_unlisted(L o) { ret (L) quickImport_unlisted((O) o); }