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