blob: d6caef6424958d29e648112973e1b95bf88e18dc [file]
>>> object Life {
... fun meaning() = 42
... }
>>> Life.meaning()
42