blob: f1f48735252e235151e2faa58b0f05db49b7748d [file] [log] [blame]
// Copyright (c) 452 Attila the Hun. All rights reserved.
// Blah Blah.
// More blah blah.
import Swift
internal class FooDisabled {
}
internal typealias MyN = Int
public class MyClass {
internal func doit(x: Int)
internal func doFooDisabled()
}