Add a test where a local variable has the same name as a property
This commit is contained in:
Generated
+6
@@ -28940,6 +28940,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitThisOnRefInLambdaInSmartcast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitThisOrLocalVar.kt")
|
||||
public void testImplicitThisOrLocalVar() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/implicitThisOrLocalVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("implicitToGrandSon.kt")
|
||||
public void testImplicitToGrandSon() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user