エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Non-Nullability By Default - Dotty - Scala Contributors
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Non-Nullability By Default - Dotty - Scala Contributors
Just tried out Dotty 0.2.0-RC1 today and I found it suprising that the following code compiles: d... Just tried out Dotty 0.2.0-RC1 today and I found it suprising that the following code compiles: def take(b: Boo | Null): Boo = { val z: Boo = b z } I can find some tidbits of discussion on https://gitter.im/lampepfl/dotty, but there doesn’t seem to be an issue on github tracking discussion on this topic. Everything being nullable has always been one of those “yeah but we don’t do that” moments in