diff options
Diffstat (limited to 'tests/doc')
| -rw-r--r-- | tests/doc/doc.slang.expected | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/doc/doc.slang.expected b/tests/doc/doc.slang.expected index df51728e7..ed9892b33 100644 --- a/tests/doc/doc.slang.expected +++ b/tests/doc/doc.slang.expected @@ -49,7 +49,7 @@ A useless method hey ho ## Signature ``` -ParentStruct.T ParentStruct<T>.ChildStruct<S>.getValue(ParentStruct<ParentStruct.T>.ChildStruct.S v); +T ParentStruct<T>.ChildStruct<S>.getValue(S v); ``` ## Parameters @@ -77,7 +77,7 @@ ParentStruct.T ParentStruct<T>.ChildStruct<S>.getValue(ParentStruct<ParentStruct ## Signature ``` -GenericStruct.T GenericStruct<T>.getValue(); +T GenericStruct<T>.getValue(); ``` -------------------------------------------------------------------------------- @@ -160,9 +160,9 @@ Add two integers ## Signature ``` -IDoThing.V IDoThing.add( - IDoThing.V a, - IDoThing.V b); +This.V IDoThing.add( + This.V a, + This.V b); ``` ## Parameters |
