Skip to content

ClassConstructor type definition helper #59

@ahmetcanaksu

Description

@ahmetcanaksu

Is your request about syntax?
Yes

Is your request about runtime?
No

Describe the request

Current parser does not support empty generic construction if generics already defined in type.

Example:


class Test<E, T> {}

v construct : Test<int, string> = new Test(1, "test");
//Error:                              ^^^^ Test requires 2 generic definings

In future ellie should accept this.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestparserParser issuephase-3Phase 3 of project build

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions