From cec0fc9f3eaa5df8fc2654ce90d87b9be48b16c0 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 22:29:47 +0400 Subject: Support functions with receivers. --- test/data/functions/functionWithReceiver.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/functions/functionWithReceiver.kt (limited to 'test/data/functions') 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 -- cgit