[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
fun f() {
|
||||
try {
|
||||
} catch (val e: Exception) {
|
||||
}
|
||||
|
||||
try {
|
||||
} catch (var e: Exception) {
|
||||
}
|
||||
|
||||
try {
|
||||
} catch (e: Exception) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user