Inspectopedia
 
2024.3

Missing `await` syntax in coroutine calls

Warning
New
Last modified: 03 December 2024

Reports coroutines that were called without using the await syntax.

Example:

After the quick-fix is applied, the code changes to: