Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

Crashes at translating a type which has not been yet defined #1

@egonelbre

Description

@egonelbre

This code crashes the translator:

type let struct {
    this *this
}

type this struct {
    this []*this
    let
}

func (this *this) apply(function this, call let) {
    this.this = append(this.this, &function)
    this.this = append(this.this, call.this)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions