Minor: remove accidentally forgotten Deprecated annotation
This commit is contained in:
@@ -30,7 +30,6 @@ interface LocationInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum class NoLookupLocation : LookupLocation {
|
public enum class NoLookupLocation : LookupLocation {
|
||||||
@Deprecated("Use more suitable constant if possible")
|
|
||||||
FROM_IDE,
|
FROM_IDE,
|
||||||
FROM_BACKEND,
|
FROM_BACKEND,
|
||||||
FROM_TEST,
|
FROM_TEST,
|
||||||
|
|||||||
Reference in New Issue
Block a user