Use new annotations in mutability tests instead of old ones
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
// JVM_ANNOTATIONS
|
||||
package test;
|
||||
|
||||
import org.jetbrains.annotations.*;
|
||||
import kotlin.annotations.jvm.*;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user