Files
kotlin-fork/jps/jps-plugin/testData/incremental/pureKotlin/constantRemoved/const.kt.new
T
2014-11-12 16:25:01 +03:00

4 lines
85 B
Plaintext

package test
val CONST = "I'm not a constant anymore:" + System.currentTimeMillis()