// WITH_RUNTIME // MIN_JAVA_VERSION: 9 // FIX: Replace with `setOf` function fun test() { val a = java.util.Set.of("sfsf", 25) }