summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-06-19 14:48:47 +0000
committerPaul Phillips <paulp@improving.org>2009-06-19 14:48:47 +0000
commit2b3218c7886241792a8936d31e509c6edc1ff191 (patch)
treeb065f3c196f750946226f810681ab70823245e8d /src/dotnet-library
parent4d5d6fbe94bc7008f7ea1ad645a3e1923da9687d (diff)
downloadscala-2b3218c7886241792a8936d31e509c6edc1ff191.tar.gz
scala-2b3218c7886241792a8936d31e509c6edc1ff191.tar.bz2
scala-2b3218c7886241792a8936d31e509c6edc1ff191.zip
Created scala.reflect.Invocation, which offers ...
Created scala.reflect.Invocation, which offers an easy syntax for reflective method calls, like: "abcdefgh" o 'endsWith("gh") // returns Any val res: Boolean = "abc" oo 'endsWith("z") // casts to expected type
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/reflect/Invocation.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/reflect/Invocation.scala b/src/dotnet-library/scala/reflect/Invocation.scala
new file mode 100644
index 0000000000..7276fb983b
--- /dev/null
+++ b/src/dotnet-library/scala/reflect/Invocation.scala
@@ -0,0 +1 @@
+/* Invocation.scala does not exist for the dotnet target */ \ No newline at end of file