blob: a08094e39f8f5931da091ac832afde14b2398721 [file] [log] [blame]
// "Implement method 'foo'" "true"
abstract class Test {
abstract void f<caret>oo();
}
class TImple extends Test {}