Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 174 forks source link

Unterminated string literal with many generic parameters #512

Closed bbrk24 closed 2 weeks ago

bbrk24 commented 1 month ago

Same error as #419, but with a different setup:

func frobnicate() -> LongType<
  Foo,
  Bar,
  Baz,
  Qux
>
MatyasKriz commented 1 month ago

Hey, thanks for the heads up! I've pushed a fix to master and I'll try to release a new version today.