ReplaceJavaStaticMethodWithKotlinAnalogInspection: apply inspection on idea module

This commit is contained in:
Dmitry Gridin
2019-07-09 13:39:35 +03:00
parent 026949a758
commit d47a7234bb
4 changed files with 7 additions and 11 deletions
@@ -66,7 +66,7 @@ abstract class NodeIndentStrategy {
throw IllegalArgumentException("Empty token set is unexpected")
}
fillTypes(within, types[0], Arrays.copyOfRange(types, 1, types.size))
fillTypes(within, types[0], types.copyOfRange(1, types.size))
return this
}