diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index dea2ec615ea..3b219163759 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1981,7 +1981,7 @@ language="kotlin" /> - ( KtCallableDeclaration::class.java, "Remove explicit type specification" diff --git a/idea/testData/inspections/redundantUnitReturnType/inspectionData/inspections.test b/idea/testData/inspections/redundantUnitReturnType/inspectionData/inspections.test index ad41598dff6..770eda29a61 100644 --- a/idea/testData/inspections/redundantUnitReturnType/inspectionData/inspections.test +++ b/idea/testData/inspections/redundantUnitReturnType/inspectionData/inspections.test @@ -1 +1 @@ -// INSPECTION_CLASS: org.jetbrains.kotlin.idea.intentions.RedundantUnitReturnTypeInspection \ No newline at end of file +// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.RedundantUnitReturnTypeInspection \ No newline at end of file