mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 01:43:23 +07:00
Fixes IDEA-302765. GitOrigin-RevId: c1849fe69872880c25bab119b2a5cd09c00aed03
7 lines
110 B
Java
7 lines
110 B
Java
package my.main;
|
|
|
|
class Main {
|
|
void foo() throws Exception {
|
|
Class.forName("my.impl<caret>.Impl");
|
|
}
|
|
} |