mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-122129 agentmain method is highlighted as unused
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package java.lang.instrument;
|
||||
|
||||
class Instrumentation {}
|
||||
|
||||
class Foo {
|
||||
|
||||
public void agentmain(String args, Instrumentation i) {
|
||||
System.out.println(args);
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user