summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/net/Utility.scala1
-rw-r--r--src/dotnet-library/scala/util/ClassLoader.scala1
-rw-r--r--src/dotnet-library/scala/util/control/Exception.scala1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/net/Utility.scala b/src/dotnet-library/scala/net/Utility.scala
new file mode 100644
index 0000000000..1a3e8c5827
--- /dev/null
+++ b/src/dotnet-library/scala/net/Utility.scala
@@ -0,0 +1 @@
+/* Utility does not exist for the dotnet target */
diff --git a/src/dotnet-library/scala/util/ClassLoader.scala b/src/dotnet-library/scala/util/ClassLoader.scala
new file mode 100644
index 0000000000..0c330e0a14
--- /dev/null
+++ b/src/dotnet-library/scala/util/ClassLoader.scala
@@ -0,0 +1 @@
+/* ScalaClassLoader does not exist for the dotnet target */
diff --git a/src/dotnet-library/scala/util/control/Exception.scala b/src/dotnet-library/scala/util/control/Exception.scala
new file mode 100644
index 0000000000..06fac08428
--- /dev/null
+++ b/src/dotnet-library/scala/util/control/Exception.scala
@@ -0,0 +1 @@
+/* Exception does not exist for the dotnet target */