// Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
// Licensed under the Apache License, Version 2.0 (see LICENSE).
package org.pantsbuild.testproject.excludes1.bar;
class Bar {
void bar() // it's an error. should be implemented or Bar must be declared as an interface
}