Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
decompiler
/
navigation
/
usercode
/
GlobalProperty.kt
blob: 9ad1986f0db3f9140164e5c5a1b47a56304f4ff4 [
file
] [
log
] [
blame
]
import
testData
.
libraries
.*
fun foo
()
{
println
(
testData
.
libraries
.
globalVal
)
println
(
globalValWithGetter
)
}