Skip to content

Commit c5a471f

Browse files
committed
Add KDoc to the Void class
1 parent 78bbd5f commit c5a471f

File tree

1 file changed

+4
-0
lines changed
  • workflow-core/src/commonMain/kotlin/com/squareup/workflow1

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
package com.squareup.workflow1
22

3+
/**
4+
* [Nothing] cannot be used as a reified type so we have duplicated
5+
* it here to avoid adding a dependency on kotlin.reflect.
6+
*/
37
internal class Void private constructor()

0 commit comments

Comments
 (0)