Extend "async result unused" to "Deferred result unused" #KT-15063 Fixed
This commit is contained in:
@@ -2854,8 +2854,8 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.AsyncResultUnusedInspection"
|
||||
displayName="Result of 'async' is not used"
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.coroutines.DeferredResultUnusedInspection"
|
||||
displayName="Deferred result is never used"
|
||||
groupPath="Kotlin"
|
||||
groupName="Probable bugs"
|
||||
enabledByDefault="true"
|
||||
|
||||
Reference in New Issue
Block a user