unnamedAndNamed.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator unacceptableVararg.kt 7 light_idea_test_case Explicit 'get' Replace 'get' call with index operator singleNamedArgument.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator singleArgument.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator namedAndFunction.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator multiArgument.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator missingDefaultArgument.kt 7 light_idea_test_case Explicit 'get' Replace 'get' call with index operator missingArgument.kt 8 light_idea_test_case Explicit 'get' Replace 'get' call with index operator invalidArgument.kt 8 light_idea_test_case Explicit 'get' Replace 'get' call with index operator functionalArgument.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator extensionFunction.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator duplicateArguments.kt 9 light_idea_test_case Explicit 'get' Replace 'get' call with index operator argumentAndFunction.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator acceptableVararg.kt 6 light_idea_test_case Explicit 'get' Replace 'get' call with index operator