Skip to content

Write language tests for generic function instantiation of existing function objects in constants #47155

Closed
@eernstg

Description

@eernstg

This is the test specific issue for #47150, which has the details.

Activity

added
area-testCross-cutting test issues (use area- labels for specific failures; not used for package:test).
on Sep 8, 2021
eernstg

eernstg commented on Sep 10, 2021

@eernstg
MemberAuthor

Constant type literal instantiations are already tested in language/typedef/aliased_type_literal_instantiation_test.dart (which has plain type literal constants as well as aliased ones). This test fails on analyzer-asserts-* configurations, but otherwise passes.

Tests about generic function instantiations are added in https://dart-review.googlesource.com/c/sdk/+/213047.

eernstg

eernstg commented on Sep 17, 2021

@eernstg
MemberAuthor

Tests landed as 60d8781.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-testCross-cutting test issues (use area- labels for specific failures; not used for package:test).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eernstg

        Issue actions

          Write language tests for generic function instantiation of existing function objects in constants · Issue #47155 · dart-lang/sdk