test for function type

This commit is contained in:
Stepan Koltsov
2012-01-18 11:56:27 +04:00
parent 5c6823a094
commit c18a5009a4
2 changed files with 20 additions and 6 deletions
@@ -0,0 +1,3 @@
package test
fun fun1(): (String) -> Int = throw Exception()