mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
// 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()
|
|
}
|