Skip to content

Incorrect wrap code with Java generics in pre #50

@tynopet

Description

@tynopet

Hello, I tried to wrap next code in pre..:

public class Tynopet<T extends Framework> {}

final List<List<String>> multipleList = new ArrayList<>();

and get the output:

public class Tynopet&lt;T extends Framework&gt; {}

final List<list<string>&gt; multipleList = new ArrayList&lt;&gt;();</list<string>

How to fix this? Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions