Files
Alexander Zolotov 8ccd4547f5 Live templates: list template action should work in multi-carets mode (IDEA-182741)
GitOrigin-RevId: 7617b4d3c2bcc7bafef15ef0199eac08f6cb8491
2019-12-27 15:40:08 +00:00

6 lines
69 B
Java

class A {
public static void main() {
<caret>
<caret>
}
}