6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
class MyException : Exception()
|
|
|
|
<spot>@Throws(MyException::class)</spot>
|
|
fun test() {
|
|
throw MyException()
|
|
} |