Renamed kotlinVariableOfType() macro to kotlinAnyVariable()

This commit is contained in:
Evgeny Gerashchenko
2012-02-08 15:55:46 +04:00
parent ca446030ea
commit f64ecd7eb5
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
name="soutv" toReformat="true" toShortenFQNames="true"
value="println("$EXPR_COPY$ = $DOLLAR${$EXPR$}")">
<variable alwaysStopAt="false" defaultValue="&quot;$&quot;" expression="" name="DOLLAR" />
<variable alwaysStopAt="true" defaultValue="&quot;expr&quot;" expression="kotlinVariableOfType(&quot;&quot;)" name="EXPR" />
<variable alwaysStopAt="true" defaultValue="&quot;expr&quot;" expression="kotlinVariable()" name="EXPR" />
<variable alwaysStopAt="false" defaultValue="" expression="EXPR" name="EXPR_COPY" />
<context>
<option name="KOTLIN_STATEMENT" value="true" />