499a02ebe3
#KT-38391 Fixed
5 lines
82 B
Kotlin
Vendored
5 lines
82 B
Kotlin
Vendored
// "Add '@Throws' annotation" "false"
|
|
|
|
fun test() {
|
|
<caret>throw Throwable()
|
|
} |