garydgregory commented on PR #205:
URL: https://github.com/apache/commons-bcel/pull/205#issuecomment-1445180359
FTR, JD-GUI decompiles the class fixture as:
```
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
@Metadata(mv = {1, 8, 0}, k = 3, xi = 48, d1 =
{"\000\b\n\000\n\002\020\002\n\000\020\000\032\0020\001H\n\006\002\b\002"}, d2
= {"<anonymous>", "", "invoke"})
final class test$method name with () in it$1 extends Lambda implements
Function0<Unit> {
public static final test$method name with () in it$1 INSTANCE = new
test$method name with () in it$1();
test$method name with () in it$1() {
super(0);
}
public final void invoke() {
System.out.println("other test");
}
}
```
What VM executable can run this class file? Is it a Java VM?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]