Files
swift-mirror/test/multifile/Inputs/require-layout-error-other.swift
2020-04-28 14:11:39 -07:00

4 lines
105 B
Swift

public struct S {
var x: DoesNotExist // expected-error {{cannot find type 'DoesNotExist' in scope}}
}