AddThrowsAnnotationIntention: improve for mpp
#KT-38391 Fixed
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// "Add 'return' before the expression" "false"
|
||||
// ACTION: Add '@Throws' annotation
|
||||
|
||||
fun test(): Nothing {
|
||||
<caret>throw Throwable("Error")
|
||||
|
||||
Reference in New Issue
Block a user