From 55f46109261d66e1d7366b985be2867d3db57017 Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Wed, 28 Aug 2019 17:03:13 +0700 Subject: [PATCH] Tests: fix `invalidBundleOrProperty` test for 183 #KT-32860 Fixed --- .../invalidBundleOrProperty/expected.xml.183 | 81 +++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 idea/testData/multiFileInspections/invalidBundleOrProperty/expected.xml.183 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 + +