Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
GstringAssignableToStringInClosureParameter.groovy
blob: cfebad34ff6929adbaeaee657096871d8b8a9da2 [
file
] [
log
] [
blame
]
def
foo
={
String
s
->
print
s
}
foo
"${2}"