diff options
Diffstat (limited to 'core/testdata/format/website/sample.kt')
-rw-r--r-- | core/testdata/format/website/sample.kt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/testdata/format/website/sample.kt b/core/testdata/format/website/sample.kt deleted file mode 100644 index a664c2f5..00000000 --- a/core/testdata/format/website/sample.kt +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Groups elements of the original sequence by the key returned by the given [keySelector] function - * applied to each element and returns a map where each group key is associated with a list of corresponding elements. - * @sample example1 - */ -fun foo(): Int { - return 0 -} - -fun foo(i: Int): Int { - return 1 -} - -fun example1(node: String) = if (true) { - println(property) -} |