Use new annotations in mutability tests instead of old ones
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
// JVM_ANNOTATIONS
|
||||
package test
|
||||
|
||||
import org.jetbrains.annotations.*
|
||||
import kotlin.annotations.jvm.*
|
||||
|
||||
public interface LoadIterable<T> {
|
||||
@Mutable
|
||||
|
||||
Reference in New Issue
Block a user