Files
wren/doc/site
Bob Nystrom acf02f1ebc docs: document restriction on inheriting from built-in types in classes guide
Add a note to the classes documentation page explaining that inheriting from built-in types (Bool, Num, String, Range, List) is not supported due to internal bit representation conflicts that cause errors when invoking inherited methods on derived types.
2015-01-12 03:50:39 +00:00
..