blob: 113d1656a296a844bb16f40d586dab6d512287af [file] [log] [blame]
abstract class A{
abstract void foo();
}