Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/collections/setOf2.kt.after
T

7 lines
122 B
Plaintext
Vendored

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