Unused symbol: do not report for @JsName annotated declarations

#KT-17368 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-01-29 16:15:19 +09:00
committed by Yan Zhulanow
parent 7abd0831a1
commit 905d0c1016
3 changed files with 18 additions and 1 deletions
@@ -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");