groovy 单引号字符串

示例

def str = 'Single quoted string'
assert str instanceof String