Skip to content

complicate generic infer error #4086

Open
@951mmm

Description

@951mmm

my generic function:

public static <K, V> V getOrCreate(Map<K, V> map, K k, Supplier<? extends V> supplier)

my expression:

MapUtil.getOrCreate(MapUtil.getOrCreate(map, dt.getYear(), HashMap::new), dt.getMonthOfYear(), ArrayList::new).add(dt.getDayOfMonth());

my error:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions