mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Taking Missing node into account confuses reusability checking in incremental parsing. rdar://problem/45215049 https://bugs.swift.org/browse/SR-8976 rdar://problem/45287031 https://bugs.swift.org/browse/SR-9006
11 lines
216 B
Swift
11 lines
216 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %validate-incrparse %s --test-case INSERT_SPACE
|
|
|
|
class AnimationType {
|
|
func foo(x: Blah) {
|
|
switch x {
|
|
case (.
|
|
|
|
extension AnimationType {
|
|
public<<INSERT_SPACE<||| >>>
|