You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For every suspend function m, the Kotlin compiler generates a synthetic, static method m$suspendImpl that looks like a suspend function. However, since it's synthetic, lookups for the corresponding KFunction return null.
JUnit should not consider such synthetic methods as suspend functions and avoid the lookup and the subsequent failure.
Context
Used versions (Jupiter/Vintage/Platform): 6.0.0
Build Tool/IDE: irrelevant
Deliverables
Avoid reporting discovery errors for synthetic methods that look like suspend functions