mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 05:50:53 +07:00
10 lines
152 B
Java
10 lines
152 B
Java
// "Remove 'Exception' from 'f()' throws list" "true-preview"
|
|
|
|
class A {
|
|
/**
|
|
* @since 2020.3
|
|
* @author me
|
|
*/
|
|
void f() /* 1 */ /* 2 */ {}
|
|
}
|