Files
2018-10-03 13:49:20 +03:00

6 lines
94 B
Kotlin
Vendored

fun f() {
try {} catch (<!ELEMENT!>: Any) {}
try {} catch (@a <!ELEMENT!>: Any) {}
}