mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
register local refs to java if references are registered in literal expression by foreign contributor (e.g. reflection, data providers, etc) (IDEA-171495)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class MyTest {
|
||||
public static void main(String[] args) throws Throwable {
|
||||
MyTest.class.getMethod("abcdef");
|
||||
}
|
||||
|
||||
private void abcdef() {}
|
||||
}
|
||||
Reference in New Issue
Block a user