summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igfixes/errorhandling/throws_runtime_exception/moveThrows.java
blob: ea95fddcf155c60a1d344601b73cbd1dc3eb82d7 (plain)
1
2
3
class C {
  void foo() throws RuntimeException<caret> {}
}