blob: c39445fb8d2c0c3e738e364a3d2079c910690173 [file] [log] [blame]
package test
public open class ProtectedPackageFun {
public constructor ProtectedPackageFun()
protected/*protected and package*/ open fun foo(): kotlin.Unit
}