Files
kotlin-fork/idea/testData/inspectionsLocal/redundantUnitExpression/atLastAfterFunInTry.kt.after
T
2018-01-30 10:03:36 +03:00

4 lines
76 B
Plaintext
Vendored

fun test(b: Boolean): Unit = try {
fun a() {}
} catch (e: Exception) {
}