mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-09 08:31:29 +00:00
Use new annotations in mutability tests instead of old ones
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// JVM_ANNOTATIONS
|
||||
package test;
|
||||
|
||||
import org.jetbrains.annotations.*;
|
||||
import kotlin.annotations.jvm.*;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface LoadIterableWithNullability<T> {
|
||||
public @NotNull @Mutable Iterable<T> getIterable();
|
||||
|
||||
Reference in New Issue
Block a user