DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

state keyword is failing with flow #240

Closed FrancisBourre closed 7 years ago

FrancisBourre commented 7 years ago

Context file is failing, when state is declared alone.

@context( name = 'applicationContext' )
{
    emptyState = state();
}