Files
swift-mirror/validation-test/Parse/delayed-members-open-prop-scope.swift
Doug Gregor e7b107b53e Ensure that there is a syntax error even with lazy parsing.
Without any syntax errors prior to lazy parsing, we'll reject this in
valid-parse testing of the new parser. Adding this doesn't change the
fundamental nature of this test.
2022-09-30 14:27:36 -07:00

9 lines
143 B
Swift

// RUN: not %target-swift-frontend -typecheck -experimental-skip-all-function-bodies %s
var : Int
struct A {
let prop: Int = {
struct B {