From ed7e3b558a2d8348f8cef6495de65d97559d3193 Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Fri, 16 May 2014 18:02:03 +0400 Subject: [PATCH] Array factory used in JetDotQualifiedExpression --- .../org/jetbrains/jet/lang/psi/JetDotQualifiedExpression.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDotQualifiedExpression.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDotQualifiedExpression.java index e1463baab5a..80f0815ffa3 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDotQualifiedExpression.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDotQualifiedExpression.java @@ -80,7 +80,7 @@ public class JetDotQualifiedExpression extends JetExpressionImplStub 2) { LOG.error("Invalid stub structure. DOT_QUALIFIED_EXPRESSION must have one or two children. Was: " + expressions.length + "\nFile text:\n" + getContainingFile().getText());