Files
2023-09-18 21:12:45 +00:00

7 lines
67 B
Kotlin
Vendored

// PROPERTY: foo
package test
val bar: Int = 10
var foo: Int = 0