blob: c920ccadf9368437ebb44ff3d9c48d01a1977927 [file]
package test
fun testWildcard() {
SimpleWildcard.simple(listOf("str"))
SimpleWildcard.simple(listOf(1))
}