Skip to content

Commit e61a6d9

Browse files
committed
Update an compiler crasher
A newline is required to reproduce the problem, because of recent change.
1 parent 3b70c90 commit e61a6d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/compiler_crashers/28440-swift-typechecker-resolveidentifiertype.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
// RUN: not --crash %target-swift-frontend %s -parse
99
// REQUIRES: asserts
10-
typealias f=(let a{let a={var:f.t
10+
typealias f=(
11+
let a{let a={var:f.t

0 commit comments

Comments
 (0)