Open doofin opened 6 years ago
Currently implicit arguments in method seems not working,for example
def impl(s:String)(implicit is:String):Unit
Is that feature supported?
Currently implicit arguments in method seems not working,for example
Is that feature supported?