evo-company/hiku

Error when linking from one node to another with no requirements

Closed this issue · 0 comments

def foo_link():
    return [1, 2, 3]

Link('foo', Sequence[TypeRef['Foo']], foo_link, requires=None)

In this case Engine expects a list of lists from foo_link, however it should expect only simple list of idents.