summaryrefslogtreecommitdiff
path: root/test/files/run/t7801.check
blob: d72060c684f505376c773d59cdb58362b068c5d0 (plain) (blame)
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>