7 lines
67 B
Kotlin
Vendored
7 lines
67 B
Kotlin
Vendored
// PROPERTY: foo
|
|
|
|
package test
|
|
|
|
val bar: Int = 10
|
|
|
|
val foo: Int = 0 |