aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr314840/Test2.java
blob: b6aec2817c813bc40d002409a77037a187cf4fc6 (plain)
1
2
3
4
5
6
7
8
package com.test;

@Test1
public class Test2 {

  @Test
  public void m() { }
}