Are you talking about something like `val obj = ob...
# getting-started
k
Are you talking about something like
val obj = object { ... }
? Yes, they're just like normal instances, they are eligible for GC as soon as the last reference to them dissappears.