You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I move (act t 40) to main, I have the following error
Unhandled exception:
Exception: No extension of protocol ITestProtocol found for type int.
#0 ITestProtocol$iprot.extensions (file:///Users/paulo.feodrippe/dev/dartapp/lib/cljd-out/quickstart/helloworld.dart:47:1)
#1 main (file:///Users/paulo.feodrippe/dev/dartapp/lib/cljd-out/quickstart/helloworld.dart:97:37)
#2 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:297:19)
#3 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
The text was updated successfully, but these errors were encountered:
pfeodrippe
changed the title
Mutation not happening in deftype
Mutation not happening for deftype
May 14, 2022
pfeodrippe
changed the title
Mutation not happening for deftype
Mutation not happening for a deftype
May 14, 2022
I'm running the code below and I would expect
{:v 40}
as the output.But I'm having
When I move
(act t 40)
to main, I have the following errorThe text was updated successfully, but these errors were encountered: