0df5d5158d
#KT-38297 Fixed
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
class MyException : Exception()
|
|
|
|
fun test() {
|
|
throw MyException()
|
|
} |