mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java: add smart enter for incomplete ternary operator, DRY (IDEA-70189)
GitOrigin-RevId: 0f8fa9c23efc9cf2d3be079a7e80e7cbbcdfdce9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f41d6585dc
commit
0a8f4c0ac6
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
Object f(Object result) {
|
||||
return x == null ? null<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user