package test class Class { fun member() = null } fun function(int: Int, string: String = "default"): Class fun T.extension(): T? val property: Unit