Files
kotlin-fork/compiler/testData/ir/irText/declarations/catchParameterInTopLevelProperty.kt
T
2023-01-25 12:31:35 +00:00

2 lines
61 B
Kotlin
Vendored

// FIR_IDENTICAL
val test = try { } catch (e : Throwable) { }