df08ed2ac0
#KT-44741 Fixed
7 lines
92 B
Plaintext
Vendored
7 lines
92 B
Plaintext
Vendored
package test
|
|
|
|
class A {
|
|
companion object {
|
|
const val CONSTANT_VALUE = 17
|
|
}
|
|
} |