Show warnings for Java methods with external annotations when they called from Kotlin code

This commit is contained in:
Ilya Kirillov
2019-02-22 15:36:19 +03:00
parent ba9b3397d0
commit f1f6740ec9
17 changed files with 193 additions and 8 deletions
@@ -0,0 +1,14 @@
<root>
<item name='ClassWithExternalAnnotatedMembers java.lang.String notNullMethod()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='ClassWithExternalAnnotatedMembers java.lang.String nullableMethod()'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='ClassWithExternalAnnotatedMembers nullableField'>
<annotation name='org.jetbrains.annotations.Nullable'/>
</item>
<item name='ClassWithExternalAnnotatedMembers void methodWithNotNullParameter(java.lang.Integer) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>