Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
StringAndGStringUpperBound.groovy
blob: 00af95a21eec5e254cc11d3a302982329cc12105 [
file
] [
log
] [
blame
]
def
foo
(
String
s
)
{}
foo
(
this
.
is
(
5
)
?
"ac"
:
"jk${2}"
)