Files
swift-mirror/validation-test/compiler_crashers_2_fixed/sr13118.swift
Robert Widmann 6ffd6f5f8f [NFC] Strip Unnecessary %s's out of Tests
%target-typecheck-verify-swift already implies the current file being passed to the frontend - these just lead to duplicate input file errors.
2021-09-20 11:50:37 -07:00

6 lines
97 B
Swift

// RUN: %target-typecheck-verify-swift
public struct S<T : Codable> : Codable {
var s: [T]!
}