blob: 09ea784b5b6899d58220532c95081cb04314a431 [file] [log] [blame]
.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