Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
WithMethod.groovy
blob: 5b79c97b63088056008dfa0cb2276c871d0b8314 [
file
] [
log
] [
blame
]
final
def
calendar
=
Calendar
.
getInstance
()
calendar
.
with
{
clear
()
set
YEAR
,
2009
set
MONTH
,
7
set
DAY_OF_MONTH
,
30
println
"Time is ${time}"
}