Add "Remove annotation" quickfix for empty @Throws

This commit is contained in:
Svyatoslav Scherbina
2020-05-25 18:13:24 +03:00
parent b7a08494ae
commit 6461c1b4f1
7 changed files with 23 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Remove annotation" "true"
<caret>@Throws
fun removeEmptyThrows() {}