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

Enhanced Map Syntax test suite #6

Description

@viqueen

Hei hei , I want to add a new test suite for my enhanced map syntax , I want to cover the empty map case , the singleton map and the multi value map.
The syntax I want to support looks like

Map emptyMap = {}
Map singletonMap = {"one":"value"}
Map map = {
   "one":"value",
		 "another": "value"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions