Files
kotlin-fork/idea/resources/intentionDescriptions/AddThrowsAnnotationIntention/before.kt.template
T

5 lines
71 B
Plaintext

class MyException : Exception()
fun test() {
throw MyException()
}