499a02ebe3
#KT-38391 Fixed
8 lines
140 B
Plaintext
Vendored
8 lines
140 B
Plaintext
Vendored
// "Add '@Throws' annotation" "true"
|
|
|
|
class FooException : Exception()
|
|
|
|
@Throws(FooException::class)
|
|
fun test() {
|
|
throw FooException()
|
|
} |