blob: 8b78dbf9ad4aca328a7f46ce59d931e8d81badda [file] [log] [blame]
public class Y implements X {
public void doSomething() // this does something
{
}
}