Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
StringAssignableToChar.groovy
blob: d421a3b133285b80f2301fac0cf6067d7ebe350f [
file
] [
log
] [
blame
]
def
a
=
'string text'
char
ch
=
a
//here should not be inspection warning
int
<
warning descr
=
"Cannot assign 'String' to 'int'"
>
x
<
/warning> = a /
/
check that assignability inspection
is
on
.