We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11675e commit 20b6ac9Copy full SHA for 20b6ac9
src/main/java/org/intellij/sequencer/Constants.java
@@ -1,8 +1,10 @@
1
package org.intellij.sequencer;
2
3
+import java.nio.charset.StandardCharsets;
4
+
5
public interface Constants {
6
String ANONYMOUS_CLASS_NAME = "Anonymous";
7
String CONSTRUCTOR_METHOD_NAME = "new";
- String Lambda_Invoke = "λ→";
8
+ String Lambda_Invoke = "() ->";
9
String TOP_LEVEL_FUN = "Global";
10
}
0 commit comments