Files

4 lines
89 B
Java

// "Implement method 'foo'" "false"
abstract class Test {
abstract void f<caret>oo();
}