Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
SlashyStrings.groovy
blob: 3ba00ecb60f674a84ef8ba8a9c2bba82589969db [
file
] [
log
] [
blame
]
print
(
/abc/
)
print
(<
error descr
=
"Multi-line slashy strings are not allowed in Groovy 1.6"
>/
ab
c
/</
error
>)
print
(
/abc${false}def/
)
print
(<
error descr
=
"Multi-line slashy strings are not allowed in Groovy 1.6"
>/
abc$
{
false
}
d
ef
/</
error
>)