cretz / kastree

Simple Kotlin Source AST and Syntax Parsing, Editing, and Writing
MIT License
236 stars 52 forks source link

Single nullable upper bound generic constraint not properly parsed #19

Closed cretz closed 5 years ago

cretz commented 5 years ago

At least on type params on classes/interfaces as tested so far.

cretz commented 5 years ago

Issue was we only allowed simple type refs because we stupidly followed the grammar too closely

cretz commented 5 years ago

Released