Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

CALL Node for len has no CALL_CALLEE child #71

@zurk

Description

@zurk

If you get UAST for len(x) you will get no CALL_CALLEE child in CALL Node but the documentation (http://godoc.org/github.com/bblfsh/sdk/uast#Role) says:

// Call is any call, whether it is a function, procedure, method or macro.
// In its simplest form, a call will have a single child with a function
// name (CallCallee).

So, as I understand any CALL should have CALL_CALLEE child.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions