aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr339974/City.java
blob: 60ba5a15bbcacb847d15e0a8a6f5cac9d9f73460 (plain)
1
2
3
4
5
6
7
public class City {

    private String name;

    private Country country;
}
class Country {}