499a02ebe3
#KT-38391 Fixed
7 lines
118 B
Kotlin
Vendored
7 lines
118 B
Kotlin
Vendored
// "Add '@Throws' annotation" "true"
|
|
|
|
class FooException : Exception()
|
|
|
|
fun test() {
|
|
<caret>throw FooException()
|
|
} |