You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Test2.java 80B

12345678
  1. package com.test;
  2. @Test1
  3. public class Test2 {
  4. @Test
  5. public void m() { }
  6. }