9e1a771d57
Test: Existing IncrementalJvmCompilerRunnerTestGenerated.PureKotlin#testCompanionConstantChanged
and similar *.PureKotlin#testCompanionConstantChanged tests
7 lines
108 B
Kotlin
Vendored
7 lines
108 B
Kotlin
Vendored
package test
|
|
|
|
class A {
|
|
companion object CompanionObject {
|
|
const val CONSTANT_VALUE = 16
|
|
}
|
|
} |