oeed / Silica

The next generation ComputerCraft GUI Framework by oeed
MIT License
19 stars 2 forks source link

Circular class references are possible #17

Open oeed opened 8 years ago

oeed commented 8 years ago

If class A references references class B in as an argument value type and class B extends class A, class B will be loaded without it's super having been loaded.

This will probably require the use of some form of pseudo references.