/test.kt:11:10: error: None of the following candidates is applicable:

static fun createWrap(type: Int, wrapFirstElement: Boolean): Unit
static fun createWrap(type: String!, wrapFirstElement: Boolean): Unit:
  Argument type mismatch: actual type is 'Int', but 'String!' was expected.

/test.kt:11:24: error: Named arguments are prohibited for non-Kotlin functions.
