mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
4 lines
212 B
Swift
4 lines
212 B
Swift
// RUN: %swift -typecheck %S/Inputs/access.swift
|
|
// RUN: %sourcekitd-test -req=structure %S/Inputs/access.swift -- -module-name Access %S/Inputs/access.swift > %t.response
|
|
// RUN: diff -u %s.response %t.response
|