Implement inspection for declarations with implicit platform types #KT-12310 Fixed
(cherry picked from commit 00d8c26)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1cb72169f9
commit
d7bf03be46
@@ -1569,6 +1569,14 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.HasPlatformTypeInspection"
|
||||
displayName="Function or property has platform type"
|
||||
groupName="Kotlin"
|
||||
enabledByDefault="true"
|
||||
level="WEAK WARNING"
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.CanBePrimaryConstructorPropertyInspection"
|
||||
displayName="Property is explicitly assigned to constructor parameter"
|
||||
groupName="Kotlin"
|
||||
|
||||
Reference in New Issue
Block a user