This commit is contained in:
parent
55ce749f42
commit
f32d5debda
@ -419,6 +419,10 @@ export default declare(
|
|||||||
path.node.typeParameters = null;
|
path.node.typeParameters = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
OptionalCallExpression(path) {
|
||||||
|
path.node.typeParameters = null;
|
||||||
|
},
|
||||||
|
|
||||||
NewExpression(path) {
|
NewExpression(path) {
|
||||||
path.node.typeParameters = null;
|
path.node.typeParameters = null;
|
||||||
},
|
},
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
x?.f<T>();
|
||||||
@ -0,0 +1 @@
|
|||||||
|
x?.f();
|
||||||
Loading…
x
Reference in New Issue
Block a user