[FIR] Basic support for break inside try-finally blocks

Support single try expression only
This commit is contained in:
Andrey Zinovyev
2021-07-12 16:27:09 +03:00
committed by teamcityserver
parent a6984c5198
commit c160511244
2 changed files with 30 additions and 3 deletions
@@ -56,7 +56,6 @@ object FirPropertyAccessorsTypesChecker : FirPropertyChecker() {
reporter.reportOn(getterReturnTypeSource, FirErrors.WRONG_GETTER_RETURN_TYPE, propertyType, getterReturnType, context)
}
}
// FirFunctionReturnChecker.checkHasReturnIfBlock(getter, reporter, context)
}
}