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.
21 lines
414 B
21 lines
414 B
# Make sure we accept non-abstract classes with abstract members.
|
|
|
|
.class public LB26143249;
|
|
|
|
.super Ljava/lang/Object;
|
|
|
|
.method public constructor <init>()V
|
|
.registers 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
return-void
|
|
.end method
|
|
|
|
.method public run()V
|
|
.registers 1
|
|
invoke-virtual {p0}, LB26143249;->abs()V
|
|
return-void
|
|
.end method
|
|
|
|
.method public abstract abs()V
|
|
.end method
|