Added test for soutp.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 21:18:12 +04:00
parent 1060e44137
commit db8fa0dd0a
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fun main(args : Array<String>) {
fun secondary(x : Int, y : Int) {
println("x = [${x}], y = [${y}]")<caret>
}
}
+5
View File
@@ -0,0 +1,5 @@
fun main(args : Array<String>) {
fun secondary(x : Int, y : Int) {
<caret>
}
}
@@ -48,6 +48,10 @@ public class LiveTemplatesTest extends LightCodeInsightFixtureTestCase {
checkAfter();
}
public void testSoutp() {
paremeterless();
}
public void testIter() {
start();