(
annotations: PropertySignature.Annotations<Type>
)
| 1909 | } |
| 1910 | |
| 1911 | annotations( |
| 1912 | annotations: PropertySignature.Annotations<Type> |
| 1913 | ): PropertySignature<TypeToken, Type, Key, EncodedToken, Encoded, HasDefault, R> { |
| 1914 | return new PropertySignatureImpl(mergeSignatureAnnotations(this.ast, toASTAnnotations(annotations))) |
| 1915 | } |
| 1916 | |
| 1917 | toString() { |
| 1918 | return String(this.ast) |
nothing calls this directly
no test coverage detected