You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
376 B

.class public LB22045582;
# Fail verification of a method that returns an undefined register even if the return type
# is unresolved.
.super Ljava/lang/Object;
.method public static run()La/b/c/d/e/nonexistent;
.registers 4
# v1 is undefined, and the return type cannot be resolved. The Undefined should take
# precedence here.
return-object v1
.end method