3ef67e1d9d
It's planned to use this inspection for show patchset branches problems during development process.
8 lines
162 B
Kotlin
Vendored
8 lines
162 B
Kotlin
Vendored
package problem.api.kotlin.constructors
|
|
|
|
import lib.LibConstructor
|
|
|
|
fun ktOverloads(lib: LibMethods) {
|
|
LibConstructor(null, "some")
|
|
LibConstructor(null)
|
|
} |