I want to get the type of an instance method of a Swift class. To do that, I am using
class Test{ func printSomething(itemOne: String, itemTwo: String) {