blob: 8aa7e1a8dd85c3f7c6f669fedc1e182311f02822 [file] [log] [blame]
public func function2() {}
public class Class2 {
public var property: Int
public init() {
property = 0
}
public static func staticFunc(default_: Int = 0) {}
}