summaryrefslogtreecommitdiff
path: root/test/files/run/repl-serialization.check
blob: eb62729f5c97db3eb53a51f217ad27c676f1f8cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== evaluating lines
extract: AnyRef => Unit = <function1>
  evaluating x
x: Int = 0
getX: ()Int
defined class U
y: Int = <lazy>
  evaluating z
  evaluating zz
defined class D
z: Int = 0
zz: Int = 0
defined object O
defined class A
defined type alias AA
constructing U
u: U = U
== evaluating lambda
  evaluating y
  evaluating O
  constructing A
== reconstituting into a fresh classloader
  evaluating O
== evaluating reconstituted lambda
  constructing A