Add regression tests to cover Unused symbol with private anonymous object property
^KT-39454 Fixed
This commit is contained in:
+15
@@ -14285,6 +14285,21 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/jsExport.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateProperty.kt")
|
||||
public void testPrivateProperty() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/privateProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privatePropertyViaGetter.kt")
|
||||
public void testPrivatePropertyViaGetter() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/privatePropertyViaGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privatePropertyViaSetter.kt")
|
||||
public void testPrivatePropertyViaSetter() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/privatePropertyViaSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertyOfInlineClassType.kt")
|
||||
public void testPropertyOfInlineClassType() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/propertyOfInlineClassType.kt");
|
||||
|
||||
Reference in New Issue
Block a user