Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
psd
/
propertyModelUtils
/
testDslText.gradle
blob: 608da9375a08aa80b29bce01979d597a70ddcf24 [
file
] [
log
] [
blame
]
ext
{
propValue
=
'value'
prop25
=
25
propTrue
=
true
propRef
=
propValue
propInterpolated
=
"${prop25}"
propUnresolved
=
unresolvedReference
propOtherExpression1
=
z
(
1
)
propOtherExpression2
=
1
+
2
}