False Positive Error in Type Check Tracker #3879
ThakeeNathees
started this conversation in
General
Replies: 3 comments
-
|
to generate diff, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
run this one the fetaure branch with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Positive errorcl def app() -> Any{
return <div>
</div>;
}
cl def app2() {
return <div>
</div>;
}
cl def app3()-> any {
return <div>
</div>;
}
cl def app4()->JsxElement {
return <div>
</div>;
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions