summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igfixes/errorhandling/throws_runtime_exception/MoveThrows.after.java
blob: 2a8a561991d84e0e06e2e69091a61daa10d25237 (plain)
1
2
3
4
5
6
class C {
  /**
   * @throws RuntimeException
   */
  void foo() {}
}