Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.38k stars 88 forks source link

magicast Error: A value of type 'num' can't be returned from a function with return type 'int?'. #315

Open cgrand opened 2 weeks ago

cgrand commented 2 weeks ago
Error: A value of type 'num' can't be returned from a function with return type 'int?'.

when implementing https://api.flutter.dev/flutter/widgets/ChildIndexGetter.html where the return expression is (+ x y) with dynamic x and y.