mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
commit
09109e8632
@ -223,7 +223,7 @@ example14() {
|
||||
// statically typed null can not be convert to bool
|
||||
var c = "abc";
|
||||
c = null;
|
||||
// complie failed
|
||||
// compile failed
|
||||
// if (c) {
|
||||
// print("true, c is $c");
|
||||
// } else {
|
||||
|
Loading…
Reference in New Issue
Block a user