• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.class public LMethodsSuper;
2.super Ljava/lang/Object;
3
4.method public constructor <init>()V
5    .registers 1
6    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
7    return-void
8.end method
9
10.method public superMethodTest()I
11    .registers 1
12    const v0, 23
13    return v0
14.end method
15
16.method public virtualMethodTest()I
17    .registers 1
18    const v0, 123
19    return v0
20.end method