blob: 2e812a0146ee61badf028def26bf03a48750561b [file] [log] [blame]
class Test {
/**
* Test.
* @return my string
* @return another string
*/
String test() {
}
}