diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/functions/functionWithReceiver.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/functions/functionWithReceiver.kt b/test/data/functions/functionWithReceiver.kt new file mode 100644 index 00000000..663c3e56 --- /dev/null +++ b/test/data/functions/functionWithReceiver.kt @@ -0,0 +1,5 @@ +/** + * Function with receiver + */ +fun String.fn() { +}
\ No newline at end of file |