jimmya / sourcery-templates

MIT License
7 stars 6 forks source link

Support duplicate methods with different response types (tuple) #3

Open jimmya opened 11 months ago

jimmya commented 11 months ago

func foo() -> String func foo() -> (String, Int) should work