aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5072.check
blob: ab34e49869da35a6fcc71d980023dda1b161b55b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               
Type in expressions to have them evaluated.
Type :help for more information.

scala> class C
defined class C

scala> Thread.currentThread.getContextClassLoader.loadClass(classOf[C].getName)
res0: Class[_] = class C

scala> :quit