Initialize 'source' property of FirCatch objects properly

^KT-56923: Fixed
^KT-56755: Fixed
This commit is contained in:
vladislav.grechko
2023-03-01 20:15:41 +01:00
committed by teamcity
parent 83845fbab5
commit 17e6099b53
16 changed files with 357 additions and 345 deletions
+7
View File
@@ -0,0 +1,7 @@
fun foo() {
try {
} catch (e: Exception) {
}
}
// 1 LINENUMBER 3