properly read/write int?

This commit is contained in:
Stepan Koltsov
2012-01-06 23:21:35 +04:00
parent 2338af30a0
commit 7ebf1ad433
5 changed files with 33 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
package test
fun fff(): Int = 1
+3
View File
@@ -0,0 +1,3 @@
package test
fun fff(): Int? = 1