diff options
Diffstat (limited to 'core/testdata/format/suspendParam.kt')
-rw-r--r-- | core/testdata/format/suspendParam.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/testdata/format/suspendParam.kt b/core/testdata/format/suspendParam.kt deleted file mode 100644 index ea3f56f9..00000000 --- a/core/testdata/format/suspendParam.kt +++ /dev/null @@ -1,3 +0,0 @@ -fun takesSuspendParam(func: suspend () -> Unit) { - -}
\ No newline at end of file |