package problem.api.kotlin.constructors import lib.LibConstructor fun ktOverloads(lib: LibMethods) { LibConstructor(null, "some") LibConstructor(null) }