[FIX] Add some more tests
This commit is contained in:
committed by
TeamCityServer
parent
d7e00a5907
commit
0181c80ddb
+6
@@ -5627,6 +5627,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
public void testRedundantExplicitBackingField() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/properties/backingField/redundantExplicitBackingField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("untypedPropertyWithBackingFieldUsage.kt")
|
||||
public void testUntypedPropertyWithBackingFieldUsage() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/properties/backingField/untypedPropertyWithBackingFieldUsage.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user