daml/compiler/damlc/tests/daml-test-files/MultipleNames.EXPECTED.md
associahedron bd686aa6a0 damldocs: Rewrite class method extraction and fix handling of default methods. (#2667)
* Add test case for default method signature

* Fix default method docs

* lint

* Refactor ty calculation in getMethodDocs

* Add test for multiple names in one method type sig
2019-08-27 12:50:14 +00:00

537 B

Module MultipleNames

Test multiple names sharing the same type signature.

Typeclasses

class Foo t where

foo1

: t

This documentation is duplicated.

foo2

: t

This documentation is duplicated.