// "Replace '\s' sequences with spaces" "false" class X { void test() { String s = """ Hello World \s""" } }