summaryrefslogtreecommitdiff
path: root/test/files/run/repl-serialization.check
blob: bbbf0dcdf1e8262aba3967cbafe0226d03682e74 (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
== 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 reconstituted lambda
  constructing A