Files
Tagir Valeev ad40c945e2 [java-inspections] More quickfixes to ModCommand
GitOrigin-RevId: ccc6093d680712cb81c1325d997fb2771b61a0be
2023-06-25 19:05:51 +00:00

17 lines
297 B
Java

// "Fix all 'Redundant 'throws' clause' problems in file" "true"
import java.io.FileNotFoundException;
import java.io.IOException;
class A {
/**
* @since 2020.3
* @author me
*/
void f() /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */
// seven
/* 8 */ /* 9 */ { }
}