mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-98542 (help a guy to poison$ poor actor)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package pkg;
|
||||
|
||||
class BuckClass$ {
|
||||
BuckClass$() { /* compiled code */ }
|
||||
|
||||
static pkg.BuckClass$ getInstance() { /* compiled code */ }
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
package pkg;
|
||||
|
||||
class BuckClass$ {
|
||||
BuckClass$() {
|
||||
System.out.println(this);
|
||||
}
|
||||
|
||||
static BuckClass$ getInstance() {
|
||||
return new BuckClass$();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user