test nullable return types are read from .class files

This commit is contained in:
Stepan Koltsov
2011-12-06 23:25:26 +04:00
parent a9d1cea965
commit bf54dc5453
4 changed files with 33 additions and 4 deletions
@@ -0,0 +1,3 @@
namespace test
fun ff(): String = ""
@@ -0,0 +1,3 @@
namespace test
fun ff(): String? = ""