Add test for KT-54744

This commit is contained in:
pyos
2022-11-01 12:44:28 +01:00
committed by teamcity
parent a926edd845
commit 31eaa211b7
6 changed files with 104 additions and 0 deletions
@@ -30607,6 +30607,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/propertySubtypeInMemberCheck.kt");
}
@Test
@TestMetadata("reassignedDependency.kt")
public void testReassignedDependency() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/variables/reassignedDependency.kt");
}
@Test
@TestMetadata("varAsUse.kt")
public void testVarAsUse() throws Exception {