Commit
1b93683263d269a7bc4e14c486e70ed2426d6985
by frottychanged order of compiletime execution (#573)
old rule:
first compiletime expressions
then compiletime functions
no other order contraints specified
new rule:
compiletime expressions and functions mixed
guaranteed that compiletime stuff in imported packages are executed
first
inside a package it should be top down (according to AST order)
(commit: 1b93683)