Pseudocode: Translate instruction classes to Kotlin
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<root>
|
||||
<item name='com.google.common.collect.Lists java.util.ArrayList<E> newArrayList(E...)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.Lists java.util.ArrayList<E> newArrayList(java.lang.Iterable<? extends E>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.Maps java.util.LinkedHashMap<K,V> newLinkedHashMap()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.Multimap java.util.Set<K> keySet()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -9,4 +18,7 @@
|
||||
name='com.google.common.collect.Sets com.google.common.collect.Sets.SetView<E> intersection(java.util.Set<E>, java.util.Set<?>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='com.google.common.collect.Sets java.util.HashSet<E> newHashSet(java.lang.Iterable<? extends E>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user