Added test four sout/serr.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
System.err?.println(<caret>)
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
<caret>
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
println(<caret>)
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fun main(args : Array<String>) {
|
||||||
|
<caret>
|
||||||
|
}
|
||||||
@@ -26,6 +26,12 @@ import java.util.Arrays;
|
|||||||
* @since 2/10/12
|
* @since 2/10/12
|
||||||
*/
|
*/
|
||||||
public class LiveTemplatesTest extends LightCodeInsightFixtureTestCase {
|
public class LiveTemplatesTest extends LightCodeInsightFixtureTestCase {
|
||||||
|
public void testSout() {
|
||||||
|
start();
|
||||||
|
|
||||||
|
checkAfter();
|
||||||
|
}
|
||||||
|
|
||||||
public void testIter() {
|
public void testIter() {
|
||||||
start();
|
start();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user