ReplaceJavaStaticMethodWithKotlinAnalogInspection: add CommentSaver for case with transform to extension
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
import java.lang.Math.abs
|
||||
|
||||
fun x() {
|
||||
// comment
|
||||
<caret>abs(5)
|
||||
}
|
||||
Reference in New Issue
Block a user