Skip to content

Type information can get lost #5

Open
@vladdu

Description

@vladdu

This snippet

 List<String> x = Lists.newArrayList();

is converted to

var x = Lists.newArrayList

and the type of x is lost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions