// A.aaa.setter sil @_T04test1APAAE3aaaSifs : $@convention(method) <Self where Self : A> (Int, @inout Self) -> () { // %0 // user: %2 // %1 // user: %3 bb0(%0 : $Int, %1 : $*Self): debug_value %0 : $Int, let, name "newValue", argno 1 // id: %2 debug_value_addr %1 : $*Self, var, name "self", argno 2 // id: %3 %4 = tuple () // user: %5 return %4 : $() // id: %5 } // end sil function '_T04test1APAAE3aaaSifs' // B.bbb.setter sil @_T04test1BPAAE3bbbSifs : $@convention(method) <Self where Self : B> (Int, @guaranteed Self) -> () { // %0 // user: %2 // %1 // user: %3 bb0(%0 : $Int, %1 : $Self): debug_value %0 : $Int, let, name "newValue", argno 1 // id: %2 debug_value %1 : $Self, let, name "self", argno 2 // id: %3 %4 = tuple () // user: %5 return %4 : $() // id: %5 } // end sil function '_T04test1BPAAE3bbbSifs'