blob: bd127fc9122ccf73a180186d9e36fb4d53913ab5 [file] [log] [blame]
interface A{
def a();
}
class B implements A{
def a(){
}
}