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