mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[java-inspections] Avoid isInstance conversion for invalid type element
Fixes EA-429448 - AE: LambdaCanBeMethodReferenceInspection.lambda$getLambdaToMethodReferenceConversionCandidate$0 GitOrigin-RevId: 689dc8501700e55feb56f8ae31278cf237265c5c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
256a6e090a
commit
4577e3c4bf
@@ -0,0 +1,6 @@
|
||||
// "Replace lambda with method reference" "false"
|
||||
class X {
|
||||
void test() {
|
||||
Predicate<Object> predicate = c -> c <caret>instanceof String.;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user