mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
- fix Introduce variable throws exception in implicit classes GitOrigin-RevId: c3489b1c6df3669f01b6e5defbf8a2208a7b441d
5 lines
63 B
Java
5 lines
63 B
Java
class cTest {
|
|
{
|
|
cTest <caret>cTest = new cTest();
|
|
}
|
|
} |