Brightify / Cuckoo

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

Unterminated string literal with many generic parameters #512

Open bbrk24 opened 3 days ago

bbrk24 commented 3 days ago

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

func frobnicate() -> LongType<
  Foo,
  Bar,
  Baz,
  Qux
>