blob: e3115b0635994edd3d01626b77055ec583428f09 [file] [log] [blame]
fun some(): Int {
try {
}
catch () {
}
finally {}<caret>
}