From dee1437d9242408f71546ec65e196d2b25751e2f Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Tue, 13 May 2014 20:55:07 +0400 Subject: [PATCH] Use stub in JetImportDirective#isValidImport() --- .../src/org/jetbrains/jet/lang/psi/JetImportDirective.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetImportDirective.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetImportDirective.java index 64e20eb6f81..4e211403b58 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetImportDirective.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetImportDirective.java @@ -121,6 +121,10 @@ public class JetImportDirective extends JetElementImplStub