aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features152/synchronization/transformed/Thirteen.java
blob: 82c71d0c6154403a8d03085358a5b3e2e7d6ec04 (plain)
1
2
3
4
5
6
interface I {

  synchronized void foo();
}
public class Thirteen {
}