Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 497 Bytes

README.adoc

File metadata and controls

10 lines (7 loc) · 497 Bytes

recursive-generics-experiment

This project is only here as an illustration for issue IDEA-131066 in IntelliJ IDEA.

Branches
  • master

  • Example2

Both compile and run without a problem, both display the same unexpected behaviour: T.Builder<>() is highlighted as a syntax error.

Screenshot of the problem