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










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

scala> val g: scala.reflect.internal.SymbolTable = null; import g.abort
g: scala.reflect.internal.SymbolTable = null
import g.abort

scala> class C(val a: Any) extends AnyVal
defined class C

scala> :quit