From 6ea9f72ffd0e1b606cb5ad4670b4db8330fa29b9 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 16 Jan 2012 17:49:12 +0100 Subject: A string interpolation implementation of SIP-11. This is the complete implementation of SIP-11, in its version of 15-Jan-2012. For now, the interpolations are enabled only under the -Xexperimental flag. --- test/files/run/interpolation.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/interpolation.flags (limited to 'test/files/run/interpolation.flags') diff --git a/test/files/run/interpolation.flags b/test/files/run/interpolation.flags new file mode 100644 index 0000000000..48fd867160 --- /dev/null +++ b/test/files/run/interpolation.flags @@ -0,0 +1 @@ +-Xexperimental -- cgit v1.2.3