package test fun testWildcard() { SimpleWildcard.simple(listOf("str")) SimpleWildcard.simple(listOf(1)) }