mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-completion] IDEA-285384 Create else-if live template
GitOrigin-RevId: 8a8c932a9f51df845e536c8d670cccb08b01e108
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7e9975d69e
commit
66d79effa2
@@ -0,0 +1,8 @@
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
void test(int x){
|
||||
if(x > 0) {}
|
||||
<caret>else {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user