Files
kotlin-fork/idea/testData/multiModuleQuickFix/addThrowAnnotation/jvmWithoutStdlib/jvm/jvm.kt
T
Dmitry Gridin 499a02ebe3 AddThrowsAnnotationIntention: improve for mpp
#KT-38391 Fixed
2020-05-20 02:19:10 +00:00

5 lines
82 B
Kotlin
Vendored

// "Add '@Throws' annotation" "false"
fun test() {
<caret>throw Throwable()
}