Created
June 19, 2017 05:50
-
-
Save ezura/b2afd4cc3b950de24f51eda1b980cf94 to your computer and use it in GitHub Desktop.
kotlin nullable のとこ https://news.realm.io/jp/news/droidkaigi17-kotlin-bytecode/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // TODO |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kotlin で Optional<T?> で nil が Optional(.some(nil)) なのか .none なのか区別つかないことに繋がってる?
Optional を表すための型が存在しているのではない??(要調査)