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