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

7 lines
133 B
Plaintext
Vendored

// WITH_RUNTIME
// MIN_JAVA_VERSION: 9
// FIX: Replace with `mtableSetOf` function
fun test() {
val a = mutableSetOf<String>()
}