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