Files
2022-03-11 13:51:16 +01:00

12 lines
205 B
Kotlin
Vendored

package prop.`in`.`companion`
class Test {
fun test() {
val x = <expr>someField</expr>
}
companion object {
// effectively constant
val someField = "something"
}
}