Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
GstringAssignableToString.groovy
blob: d424fd89bab60501a87016d02270a980f288b608 [
file
] [
log
] [
blame
]
def
foo
(
Date
d
,
int
x
)
{}
def
foo
(
String
s
,
double
x
)
{}
def
bar
=
10
foo
"$bar"
,
2