Files
kotlin-fork/idea/testData/refactoring/rename/renameKotlinValPropertyInCompanionObject/after/RenameKotlinValPropertyInCompanionObject.kt
T
2015-08-27 14:31:17 +02:00

8 lines
92 B
Kotlin
Vendored

package testing.rename
class Foo {
companion object {
val SECOND = 111
}
}