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