diff --git a/idea/resources/inspectionDescriptions/ConvertReferenceToLambda.html b/idea/resources/inspectionDescriptions/ConvertReferenceToLambda.html new file mode 100644 index 00000000000..9722b0b9bf2 --- /dev/null +++ b/idea/resources/inspectionDescriptions/ConvertReferenceToLambda.html @@ -0,0 +1,5 @@ + +
+This inspection reports a function reference expression that can be replaced with lambda + + diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 2b338905bcc..ad00f4b8d3b 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1820,6 +1820,14 @@ language="kotlin" /> +