@Nullable/@NotNull added to various classes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<root>
|
||||
<item name='com.intellij.codeInspection.InspectionToolProvider java.lang.Class[] getInspectionClasses()'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun getInspectionClasses(): Array<Class<out Any?>>""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='com.intellij.codeInspection.SuppressIntentionAction EMPTY_ARRAY'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,5 @@
|
||||
<root>
|
||||
<item name='com.intellij.lang.ASTNode java.lang.String getText()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user