mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Update dart.html.markdown
This commit is contained in:
parent
a068a103f5
commit
2a887480d1
@ -211,7 +211,7 @@ example14() {
|
|||||||
// statically typed null can not be convert to bool
|
// statically typed null can not be convert to bool
|
||||||
var c = "abc";
|
var c = "abc";
|
||||||
c = null;
|
c = null;
|
||||||
// complie failed
|
// compile failed
|
||||||
// if (c) {
|
// if (c) {
|
||||||
// print("true, c is $c");
|
// print("true, c is $c");
|
||||||
// } else {
|
// } else {
|
||||||
|
Loading…
Reference in New Issue
Block a user