Don't run contract-specific checks in propery scopes

^KT-45118 Fixed
This commit is contained in:
Victor Petukhov
2021-09-28 14:11:33 +03:00
parent b957831683
commit b5661ccabd
11 changed files with 64 additions and 9 deletions
@@ -13050,6 +13050,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/inference/kt42130.kt");
}
@TestMetadata("kt45118.kt")
public void testKt45118() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
}
@TestMetadata("lambdaWithStarReturn.kt")
public void testLambdaWithStarReturn() throws Exception {
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");
@@ -12456,6 +12456,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/inference/kt42130.kt");
}
@TestMetadata("kt45118.kt")
public void testKt45118() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
}
@TestMetadata("lambdaWithStarReturn.kt")
public void testLambdaWithStarReturn() throws Exception {
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");
@@ -12486,6 +12486,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/inference/kt42130.kt");
}
@TestMetadata("kt45118.kt")
public void testKt45118() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
}
@TestMetadata("lambdaWithStarReturn.kt")
public void testLambdaWithStarReturn() throws Exception {
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");
@@ -7600,6 +7600,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/inference/kt42130.kt");
}
@TestMetadata("kt45118.kt")
public void testKt45118() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
}
@TestMetadata("lambdaWithStarReturn.kt")
public void testLambdaWithStarReturn() throws Exception {
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");