blob: a60678e94c7e1a1bd3cdb3df149dd7139dca2385 [file] [log] [blame]
String s = 'a'
s = 2
print <selection>s</selection>
-----
String s = 'a'
print 2 as String