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
455 B

.class public LB29778499_2;
.super Ljava/lang/Object;
# Test invoking an interface method on an object that doesn't implement any interface.
# This is testing an edge case (not implementing any interface) for b/18116999.
.method public static run()V
.registers 1
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
invoke-interface {v0}, Ljava/lang/Runnable;->run()V
return-void
.end method