murano/releasenotes/notes/basic-reflection-2fc43b990e...

7 lines
278 B
YAML

---
features:
- Basic reflection capabilities were added to MuranoPL. Now it is possible
to get type info with typeinfo() function and using it as a starting point
obtain information about the class, its methods and properties as well as
the package of the class.