blob: 995ad60ee380c1d40c3da312f827cd8d4cc81b13 [file] [log] [blame]
// REQUIRES: objc_interop
// RUN: %sourcekitd-test -req=index %s -- %s %S/Inputs/index_constructors_other.swift -module-name index_constructors | %sed_clean > %t.response
// RUN: %diff -u %s.response %t.response
import Foundation
class HorseObject : DogObject {
var name: NSString
@objc public func flip() {}
}