Unused symbol: do not report for @JsName annotated declarations
#KT-17368 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
7abd0831a1
commit
905d0c1016
+5
@@ -13521,6 +13521,11 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/internal.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsName.kt")
|
||||
public void testJsName() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/jsName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertyOfInlineClassType.kt")
|
||||
public void testPropertyOfInlineClassType() throws Exception {
|
||||
runTest("idea/testData/inspectionsLocal/unusedSymbol/propertyOfInlineClassType.kt");
|
||||
|
||||
Reference in New Issue
Block a user