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.