Fix incorrect quickfix "Replace with Kotlin analog" for conversion to an extension
where the first argument is an expression with an operation #KT-31341 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
Integer<caret>.toString(42 + 24, 16)
|
||||
}
|
||||
Reference in New Issue
Block a user