Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
decompiler
/
navigation
/
usercode
/
ExtensionProperty.kt
blob: 106d91cb3f4da97508f28578bb31e0f53eaa2155 [
file
] [
log
] [
blame
]
import
testData
.
libraries
.*
fun foo
()
{
println
(
""
.
exProp
)
val p
=
Pair
(
1
,
2
)
println
(
p
.
exProp
)
}