• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.class public LB22045582;
2
3# Fail verification of a method that returns an undefined register even if the return type
4# is unresolved.
5
6.super Ljava/lang/Object;
7
8.method public static run()La/b/c/d/e/nonexistent;
9    .registers 4
10    # v1 is undefined, and the return type cannot be resolved. The Undefined should take
11    # precedence here.
12    return-object v1
13.end method
14