Files
Georgii Ustinov 05dd389907 [Java. Intention Actions] Do braces error handling in create field action only when there is implicit class
IDEA-361230

GitOrigin-RevId: 7526d43c90f7d3ebc4edad95d8b31f2e6b42c1fc
2024-11-13 12:16:35 +00:00

7 lines
132 B
Java

// "Create field 'i' in 'A'" "true-preview"
class A {
Object o = new Object() {
public void f(A a) {
a.<caret>i = 0;