summaryrefslogtreecommitdiff
path: root/test/files/run/t5072.check
blob: 8fe75f55d6a7dd55d346c2bad446a4de90c930db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>