/**
* @author haochi
* @since May 15, 2015
*/
class Test {
/**
* This is a constructor
*/
constructor() {
}
/**
* You can find me!!
*/
search() {
}
}
/**
* @author haochi
* @since May 15, 2015
*/
class Test {
/**
* This is a constructor
*/
constructor() {
}
/**
* You can find me!!
*/
search() {
}
}