Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>)