yakforward-ou / yak_packages

a collection of packages for Flutter
MIT License
12 stars 0 forks source link

[easy fix] add test for delegates #202

Closed iapicca closed 1 year ago

iapicca commented 1 year ago

line 3 seen as missing test

abstract class NullaryDelegate { 3 | const NullaryDelegate(); 4 | T call(); 5 | } 6

target

NullaryDelegate UnaryDelegate MultiDelegate s