Added tests for fun0, fun1, fun2.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 21:26:35 +04:00
parent db8fa0dd0a
commit bb06bcab6c
7 changed files with 46 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo() : Unit {
<caret>
}
+1
View File
@@ -0,0 +1 @@
<caret>
+3
View File
@@ -0,0 +1,3 @@
fun foo(x : Any) : Unit {
<caret>
}
+1
View File
@@ -0,0 +1 @@
<caret>
+3
View File
@@ -0,0 +1,3 @@
fun foo(x : Any, y : Any) : Unit {
<caret>
}
+1
View File
@@ -0,0 +1 @@
<caret>