Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
EverythingAssignableToString.groovy
blob: 8dde0097af9f8b6941a26f94c97101337e307368 [
file
] [
log
] [
blame
]
String
s
;
def
list
=
[
1
,
2
,
3
]
def
date
=
new
Date
()
s
=
list
;
s
=
date
;