diff --git a/idea/testData/multiFileInspections/invalidBundleOrProperty/expected.xml.183 b/idea/testData/multiFileInspections/invalidBundleOrProperty/expected.xml.183 new file mode 100644 index 00000000000..d7307dfe8b2 --- /dev/null +++ b/idea/testData/multiFileInspections/invalidBundleOrProperty/expected.xml.183 @@ -0,0 +1,81 @@ + + + unresolvedPropertyReference.kt + 2 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + String literal 'foo.baz' doesn't appear to be valid property key + + + + unresolvedPropertyReference.kt + 3 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + String literal 'foo.baz' doesn't appear to be valid property key + + + + unresolvedPropertyReference.kt + 4 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + String literal 'foo.baz' doesn't appear to be valid property key + + + + unresolvedPropertyReference.kt + 5 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + String literal 'foo.baz' doesn't appear to be valid property key + + + + tooFewArguments.kt + 2 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + Property 'foo.bar' expected 1 parameter, passed 0 + + + + tooFewArguments.kt + 3 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + Property 'foo.bar' expected 1 parameter, passed 0 + + + + unresolvedBundleReference.kt + 3 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + Invalid resource bundle reference 'TestBundle2' + + + + unresolvedBundleReference.kt + 5 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + Invalid resource bundle reference 'TestBundle2' + + + unresolvedPropertyReference.kt + 6 + testInvalidBundleOrProperty_InvalidBundleOrProperty_0 + + Invalid property key + String literal 'www' doesn't appear to be valid property key + +