hiku icon indicating copy to clipboard operation
hiku copied to clipboard

Implement field's type inference/check

Open vmagamedov opened this issue 6 years ago • 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.

vmagamedov avatar Jan 24 '18 13:01 vmagamedov