AddThrowsAnnotationIntention: improve for mpp

#KT-38391 Fixed
This commit is contained in:
Dmitry Gridin
2020-05-19 14:24:43 +07:00
parent 8b4660031f
commit 499a02ebe3
9 changed files with 86 additions and 3 deletions
@@ -1,5 +1,4 @@
// "Add 'return' before the expression" "false"
// ACTION: Add '@Throws' annotation
fun test(): Nothing {
<caret>throw Throwable("Error")