Lines Matching full:can
16 // 1. sendable can only inherit from sendable
66 // 2. non-sendable can not inherit from sendable
96 // 3. non-sendable can not implement sendable
98 // 4. sendable can only contain sendable
161 // 6. sendable can not use ! assertion
163 // 7. sendable can not use computeed property names
165 // 8. sendable can not use variables in current context
190 // 9. sendable can not use decorator except @sendable
211 // 10. sendable can not be initial with object or array
213 // 11. non-sendable can not be `as` sendable
255 //sendable can not change attr.
270 print("sendable can not change attr. err: " + e);