Join Slack
Powered by
Anyone having issues with inheritance? I have a `c...
# announcements
c
chase
02/14/2016, 4:11 PM
Anyone having issues with inheritance? I have a
class X(arg1) : W(arg1)
and I keep getting
method <init>()V not found
Looking into decompiled byte code as java ( I don't know if this means anything, but...) I see
public X(arg1) { // no call to super(arg1)}
Open in Slack
Previous
Next