mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[annotations] System.arraycopy mutation contract
GitOrigin-RevId: bb513f66a360f52fec85d3713d9447d368a96d3e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
30ad0abe9f
commit
2aba234a85
@@ -1384,7 +1384,12 @@
|
||||
<val name="pure" val="true"/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.lang.System void arraycopy(java.lang.Object, int, java.lang.Object, int, int) 0'>
|
||||
<item name='java.lang.System void arraycopy(java.lang.Object, int, java.lang.Object, int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.Contract'>
|
||||
<val name="mutates" val=""param3""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.lang.System void arraycopy(java.lang.Object, int, java.lang.Object, int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
<annotation name='org.intellij.lang.annotations.Flow'>
|
||||
<val name="sourceIsContainer" val="true"/>
|
||||
|
||||
Reference in New Issue
Block a user