mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
[util] Merge NameUtilCore#uniqName into UniqueNameGenerator
GitOrigin-RevId: a43f8908b639a6e5b562be99af5f880a85cfac74
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ae32b3ec9
commit
5caf42dc70
@@ -4,8 +4,8 @@ import java.util.function.Consumer;
|
||||
|
||||
class A {
|
||||
void anonymousToLambda(String s) {
|
||||
String s12 = "";
|
||||
Consumer<String> consumer = s13 -> {
|
||||
String s2 = "";
|
||||
Consumer<String> consumer = s3 -> {
|
||||
String s1 = "";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.util.function.Consumer;
|
||||
|
||||
class A {
|
||||
void anonymousToLambda(String s) {
|
||||
String s12 = "";
|
||||
String s2 = "";
|
||||
Consumer<String> consumer = new Consu<caret>mer<String>() {
|
||||
@Override
|
||||
public void accept(final String s) {
|
||||
|
||||
Reference in New Issue
Block a user