smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / MethodCallInScriplet.jsp
blob4682b75072684abd247270b76140a3fcd4564c89
1 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
2 <html>
3 <head><title>Simple jsp page</title></head>
4 <body><%=System.cur<caret>%></body>
5 </html>