mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
9 lines
143 B
Swift
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 {
|