Avatar
Avatar
novr
@swift-5.6.3 @swift-5.7.3 extension String? {}
exit status: 1 with stderr:<stdin>:1:1: error: constrained extension must be declared on the unspecialized generic type 'Optional' with constraints specified by a 'where' clause extension String? {} ^ ~~~~~~~