mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Runtime] Add missing FakeUnavailableSwiftDylib.swift file.
This commit is contained in:
9
test/Interpreter/Inputs/FakeUnavailableSwiftDylib.swift
Normal file
9
test/Interpreter/Inputs/FakeUnavailableSwiftDylib.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
@available(OSX 1066.0, iOS 1066.0, watchOS 1066.0, tvOS 1066.0, *)
|
||||
public protocol UnavailableSwiftProtocol {
|
||||
func someMethod()
|
||||
}
|
||||
|
||||
@available(OSX 1066.0, iOS 1066.0, watchOS 1066.0, tvOS 1066.0, *)
|
||||
public class UnavailableSwiftClass {
|
||||
func someMethod() {}
|
||||
}
|
||||
Reference in New Issue
Block a user