KT-2609 Copy @NotNull data from IDEA's JDK annotations
#KT-2609 fixed
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<root>
|
||||
<item name='java.util.concurrent.ConcurrentMap V putIfAbsent(K, V)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun putIfAbsent(key : K, value : V) : V?""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.concurrent.ConcurrentMap boolean remove(java.lang.Object, java.lang.Object)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun remove(key : Any, value : Any?) : Boolean""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.concurrent.ConcurrentMap boolean replace(K, V, V)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun replace(key : K, oldValue : V, newValue : V) : Boolean""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.concurrent.ConcurrentMap V replace(K, V)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun replace(key : K, value : V) : V?""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user