I hereby claim:
- I am volatiledream on github.
- I am volatiledream (https://keybase.io/volatiledream) on keybase.
- I have a public key ASDGX_L6ZkUjiTW7grAVmQLvoXjvJXtC89gssJnxKvNRAwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public class StaticTest { | |
static class A { | |
static void method(){ | |
System.out.println("A:method()"); | |
} | |
} | |
static class B extends A{ |