While it's been improved dramatically, there are couple of small things that are missing: - processing of types with a specified access (e.g.: [`(protected JsonMapStore<String, String>)`](https://github.com/xtclang/xvm/blob/master/manualTests/src/main/x/jsondb/jsondb_test/storage/JsonMapStoreConfigTest.x)) - processing of parameterized virtual child types (e.g.: [`Type t2 = Base<Int>.Child2<String>;`](https://github.com/xtclang/xvm/blob/master/manualTests/src/main/x/generics.x))
While it's been improved dramatically, there are couple of small things that are missing:
processing of types with a specified access (e.g.:
(protected JsonMapStore<String, String>))processing of parameterized virtual child types (e.g.:
Type t2 = Base<Int>.Child2<String>;)