Files
kotlin/compiler/testData/repl/objects/emptyObject.repl
2014-08-13 15:13:22 +04:00

4 lines
54 B
Plaintext

>>> object Empty
>>> "Empty" in Empty.toString()
true