Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/constantRemoved/const.kt.new
T

4 lines
85 B
Plaintext
Vendored

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