mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
[java-highlighting] IJ-CR-140387 IDEA-356470 Support jep 455. Generate true and false cases for boolean selector
- support constants, fix test GitOrigin-RevId: 9f00f2d2a896af54e15e1ea72d35a473fddf18b8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8b04757ac
commit
b0c458cfac
@@ -15,5 +15,5 @@ class Test {
|
||||
case false -> {
|
||||
}
|
||||
}
|
||||
}e
|
||||
}
|
||||
}
|
||||
@@ -13,5 +13,5 @@ class Test {
|
||||
case yes -> {
|
||||
}
|
||||
}
|
||||
}e
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user