Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

parser error: exceptions in field getter cause the parser to treat fields as methods #57

Closed
@jbdeboer

Description

@jbdeboer

e.g. class Foo { bool get bar => bad expression; }

evaluating "!foo.bar" will thrown an error:

Can't convert Closure: ([dynamic, dynamic, dynamic, dynamic, dynamic]) => dynamic
to boolean.

it should throw "Exception: bad expression".

@pavelgj

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions