diff options
| author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 14:31:12 +0300 |
|---|---|---|
| committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-02-22 14:31:12 +0300 |
| commit | f37d9c3bdd91c5af683eb7eaaf242d7af3d6fcf1 (patch) | |
| tree | b9039596c118469ef4f9151eee195a50c0cac4f1 /core/testdata/format/indentedCodeBlock.kt | |
| parent | 79a7a136bdc3a59d7bb3aebb51e565b58e2b789c (diff) | |
| parent | 3eb23215edcd1cf92966f8d39afe754fef0c7a19 (diff) | |
| download | dokka-f37d9c3bdd91c5af683eb7eaaf242d7af3d6fcf1.tar.gz dokka-f37d9c3bdd91c5af683eb7eaaf242d7af3d6fcf1.tar.bz2 dokka-f37d9c3bdd91c5af683eb7eaaf242d7af3d6fcf1.zip | |
Merge branch 'dev'
Diffstat (limited to 'core/testdata/format/indentedCodeBlock.kt')
| -rw-r--r-- | core/testdata/format/indentedCodeBlock.kt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/testdata/format/indentedCodeBlock.kt b/core/testdata/format/indentedCodeBlock.kt new file mode 100644 index 00000000..19c5365b --- /dev/null +++ b/core/testdata/format/indentedCodeBlock.kt @@ -0,0 +1,10 @@ +/** + * Create a new Foo value as follows: + * + * val foo = Foo.create { + * type { "ABC" } + * } + */ +fun foo() { + +}
\ No newline at end of file |
