blob: 4d4e430f539c5703a697fc05a61e1e5f64f396d5 [file] [log] [blame]
open class Base {
func internalMethod() {}
open internal(set) var prop = 0
}