Closed JSMonk closed 3 years ago
There was a problem with recursive function types like this:
export type Foo = (next?: Foo) => void export type Bar = (a: number) => Bar
https://github.com/Kotlin/dukat/issues/437
Summary
There was a problem with recursive function types like this:
Related Issue
https://github.com/Kotlin/dukat/issues/437