fix and improvements
This commit is contained in:
+3
-2
@@ -49,7 +49,9 @@ f(a, b);
|
||||
f(a: 1; b: 's');
|
||||
|
||||
|
||||
// 三元表达式(不应该有冲突)
|
||||
// 类变量声明,三元表达式(不应该有冲突)
|
||||
a: string;
|
||||
[weakref]b: MyClass;
|
||||
a ? b : c;
|
||||
a ? b : c ? d : e;
|
||||
|
||||
@@ -62,4 +64,3 @@ select distinct ["test"] from table where ['a'] = 1 end;
|
||||
a := array(1, 2);
|
||||
b := array((1, 2), (3, 4))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user