mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
- fix Introduce variable throws exception in implicit classes GitOrigin-RevId: c3489b1c6df3669f01b6e5defbf8a2208a7b441d
8 lines
94 B
Java
8 lines
94 B
Java
class Nested {
|
|
}
|
|
|
|
void main() {
|
|
System.out.println(<selection>Nested.class</selection>);
|
|
}
|
|
|