jimmya / sourcery-templates

MIT License
6 stars 6 forks source link

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

Open jimmya opened 1 year ago

jimmya commented 1 year ago

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