Files
Bas Leijdekkers 9addc5eaf7 java: include parentheses () in text when referring to methods
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
2022-08-22 17:58:06 +00:00

10 lines
152 B
Java

// "Remove 'Exception' from 'f()' throws list" "true-preview"
class A {
/**
* @since 2020.3
* @author me
*/
void f() /* 1 */ /* 2 */ {}
}