Skip to content

Binary operations are not type checked #500

Closed
@brson

Description

@brson

This fails in trans:

fn main() {
  auto x = true;
  auto y = 1;
  auto z = x + y;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions