blob: ceff9736fcb2c6f92ea3be058872e65a265927b5 [file]
/test.kt:11:10: error: none of the following functions can be called with the arguments supplied:
public open fun createWrap(type: Int, wrapFirstElement: Boolean): Unit defined in Wrap
public open fun createWrap(type: String!, wrapFirstElement: Boolean): Unit defined in Wrap
Wrap.createWrap(1, wrapFirstElement = false)
^^^^^^^^^^