Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/companion.kt.after
T
2017-12-15 13:05:50 +03:00

6 lines
80 B
Plaintext
Vendored

class Your {
companion object {
const val IMPORTANT = 2 * 2
}
}