Skip to content

Conversation

rickclephas
Copy link
Contributor

Since #1742 suspend lambdas are missing their suspend modifier:

param8: suspend () -> String,

1.15.1:

param8: SuspendFunction0<String>,

1.15.2:

param8: () -> String,

@rickclephas
Copy link
Contributor Author

P.S. as far as I can tell annotations weren't supported in 1.15.1 either, so that doesn't seem like a bug (maybe a feature?).

@JakeWharton JakeWharton merged commit 865c742 into square:main Jan 2, 2024
@rickclephas rickclephas deleted the bugfix/ksp-suspend-lambdas branch January 2, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants