Transpiled version (2768L) is out of date.
static class DynamicObject { S className; // just the name, without the "main$" // string key = dynamic field // interface key = dynamic interface LinkedHashMap/*<S, O>*/ fieldValues; // dropped the type parameters 2021/5/19 to allow for dynamic interfaces *() {} // className = just the name, without the "main$" *(S *className) {} Map<S, O> _map() { ret fieldValues; } toString { ret getClass() == DynamicObject.class ? "dyn " + className : super.toString(); } }
We merged stuff from Concept here to allow for loading unknown concepts.
download show line numbers debug dex old transpilations
Travelled to 30 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, fehiwqupcyrn, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, jcllbfdqhrgy, jtubtzbbkimh, lhdilzshxjzv, lpdgvwnxivlt, lulzaavyztxj, mqqgnosmbjvj, ofpaelxlmzfo, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, snaazhdonpnp, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wtqryiryparv, xfddqsrefgvo, xprdwmaupziu, xrpafgyirdlv
No comments. add comment