MethodDescriptor.NoArgsAndReturnVoid should be a val

Issue #8 resolved
Daniel Klauer created an issue

MethodDescriptor.NoArgsAndReturnVoid should be changed to be a val instead of a def, to allow it to be used in pattern matchers directly.

Comments (3)

  1. Log in to comment