Skip to content

Commit bb59291

Browse files
authored
Merge pull request #61391 from DougGregor/extra-syntax-error-in-funny-test
Ensure that there is a syntax error even with lazy parsing.
2 parents 18f70dd + e7b107b commit bb59291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/Parse/delayed-members-open-prop-scope.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: not %target-swift-frontend -typecheck -experimental-skip-all-function-bodies %s
22

3+
var : Int
4+
35
struct A {
46
let prop: Int = {
57

0 commit comments

Comments
 (0)