blob: 3514c044a844fce5a67f652e911ed36227474f8e [file] [log] [blame]
interface A
{
static void foo(){}
}
interface B extends A
{
static int foo(){ return 1; }
}