summaryrefslogtreecommitdiff
path: root/test/files/run/t5072.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5072.check')
-rw-r--r--test/files/run/t5072.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/run/t5072.check b/test/files/run/t5072.check
new file mode 100644
index 0000000000..8fe75f55d6
--- /dev/null
+++ b/test/files/run/t5072.check
@@ -0,0 +1,14 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+
+scala> class C
+defined class C
+
+scala> Thread.currentThread.getContextClassLoader.loadClass(classOf[C].getName)
+res0: Class[_] = class C
+
+scala>
+
+scala>