Replace popup with several quick-fixes in ReplaceJavaStaticMethodWithKotlinAnalog
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
// MIN_JAVA_VERSION: 9
|
||||
// FIX: Replace with `mtableSetOf` function
|
||||
|
||||
fun test() {
|
||||
val a = java.util.Set.of<caret><String>()
|
||||
}
|
||||
Reference in New Issue
Block a user