mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 0550bdd9f009773eb84fb51c0faf82df157b5265
10 lines
129 B
Java
10 lines
129 B
Java
import org.intellij.lang.annotations.Language;
|
|
|
|
class Test {
|
|
|
|
@Language("JAVA")
|
|
String block = """
|
|
class A{<caret>}
|
|
""";
|
|
|
|
} |