Fix FIR IDE overrideImplement/androidxNotNull test
This commit is contained in:
idea/testData/codeInsight/overrideImplement/androidxNotNull/androidx/annotation/RecentlyNonNull.java
Vendored
+1
-1
@@ -3,6 +3,6 @@ package androidx.annotation;
|
|||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.ElementType;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
@Target({ElementType.PARAMETER, ElementType.TYPE})
|
@Target({ElementType.PARAMETER, ElementType.METHOD})
|
||||||
public @interface RecentlyNonNull {
|
public @interface RecentlyNonNull {
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -4,6 +4,6 @@ import java.lang.annotation.ElementType;
|
|||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
import java.lang.reflect.Parameter;
|
import java.lang.reflect.Parameter;
|
||||||
|
|
||||||
@Target({ElementType.PARAMETER, ElementType.TYPE})
|
@Target({ElementType.PARAMETER, ElementType.METHOD})
|
||||||
public @interface RecentlyNullable {
|
public @interface RecentlyNullable {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user