Files
kotlin-fork/idea/testData/debugger/sequence/dsl/tryBlock.out
T

6 lines
72 B
Plaintext
Vendored

try {
this.hashCode()
} catch(e : kotlin.Throwable) {
this.fail()
}