FIR: Do not add alias for variables with explicit type
This commit is contained in:
committed by
TeamCityServer
parent
5317cf3af1
commit
a0a57581ec
+6
@@ -27495,6 +27495,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/throwInTry.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("toInvisible.kt")
|
||||
public void testToInvisible() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/toInvisible.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("twoImplicitReceivers.kt")
|
||||
public void testTwoImplicitReceivers() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user