blob: 3a2c36892ca5d946373702a92218671087b5e50a [file] [log] [blame]
// "Make 'a' implement 'java.lang.Runnable'" "true"
class a {
void f(Runnable r) {
f(<caret>this);
}
}