evo-company/hiku

Implement field's type inference/check

vmagamedov opened this issue · 0 comments

For example:

Field('someField', String, some_sg.c(S.this.some_field))

Infer which type S.this.some_field returns and check that it matches String type.