aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs188/484941/Test2.java
blob: fd2623575bb1d29b2b277458a95dcfd032506238 (plain)
1
2
3
4
5
6
7
8
9
10
@ContextConfiguration
public class Test2 {
    static class ContextConfiguration {

    }
}

@interface ContextConfiguration {
}