Test directory renamed to 'diagnostics' which reflects its contents

This commit is contained in:
Andrey Breslav
2011-12-01 14:39:14 +03:00
parent 8cee193f47
commit 8e8d74e199
212 changed files with 0 additions and 0 deletions
@@ -0,0 +1,15 @@
fun foo(u : Unit) : Int = 1
fun test() : Int {
foo(1)
val a : fun() : Unit = {
foo(1)
}
return 1 - "1"
}
class A() {
val x : Int = foo1(xx)
}
fun foo1() {}