blob: 7d306f1dfbe2bb6315126c8c9a7c834876c5508e [file] [log] [blame]
// RUN: %target-parse-verify-swift
var x = "" // expected-error{{invalid UTF-8 found in source file}} {{5-6= }}
// Make sure we don't stop processing the whole file.
static func foo() {} // expected-error{{static methods may only be declared on a type}} {{1-8=}}