aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/canon/actual/A.java
blob: 693c5b932347053abb62fb9710d1e59f72c13163 (plain) (blame)
1
2
3
4
// this is the source for the compiled class in a.jar
public class A {
  public static final int x = 3;
}