9e1a771d57
Test: Existing IncrementalJvmCompilerRunnerTestGenerated.PureKotlin#testCompanionConstantChanged
and similar *.PureKotlin#testCompanionConstantChanged tests
7 lines
139 B
Kotlin
Vendored
7 lines
139 B
Kotlin
Vendored
package foo
|
|
|
|
import test.A.CompanionObject.CONSTANT_VALUE
|
|
|
|
fun importCompanionConstant() = "Import companion constant: ${CONSTANT_VALUE}"
|
|
|