mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
inspections: more clear presentation for unused declarations
GitOrigin-RevId: c60846f8be2cc4e33fa525e6bc39123b3d1e89b3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a4bbeea5dc
commit
7225738dae
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.codeInspection.reference;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
@@ -29,4 +29,6 @@ public interface RefFunctionalExpression extends RefJavaElement, RefOverridable
|
||||
* Note that a method reference always contains a body.
|
||||
*/
|
||||
boolean hasEmptyBody();
|
||||
|
||||
boolean isMethodReference();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user