[FIR] Bind return expression to function symbol instead of function itself

This commit is contained in:
Dmitriy Novozhilov
2021-03-01 17:57:02 +03:00
committed by TeamCityServer
parent 245bc7c8e2
commit 714c2a8f93
12 changed files with 82 additions and 5 deletions
@@ -12318,6 +12318,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/ClassBuilder.kt");
}
@TestMetadata("classCanNotBeCastedToVoid.kt")
public void testClassCanNotBeCastedToVoid() throws Exception {
runTest("compiler/testData/codegen/box/fir/classCanNotBeCastedToVoid.kt");
}
@TestMetadata("ConstValAccess.kt")
public void testConstValAccess() throws Exception {
runTest("compiler/testData/codegen/box/fir/ConstValAccess.kt");