Files
kotlin/compiler/testData/repl/simpleTwoVals.repl
Alexander Udalov cf0842b135 Fix initialization order in REPL
#KT-6843 Fixed
2015-02-22 16:12:38 +03:00

5 lines
45 B
Plaintext
Vendored

>>> val x = ""
>>> val y = x
>>> x == y
true