This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
44234c7c0ab2ec9ec525f0e7945dd6e35f82fb0d
kotlin-fork
/
idea
/
testData
/
intentions
/
replaceWithInfixFunctionCall
/
binaryExpressionArgument.kt
T
Pradyoth Kukkapalli
44234c7c0a
New Intention Action: Replace a dot-qualified function call with an infix function call.
2014-02-14 00:18:09 -05:00
3 lines
43 B
Kotlin
Raw
Blame
History
fun
foo
(
x
:
Foo
)
{
x
.
<
caret
>
foo
(
1
+
2
)
}
Reference in New Issue
View Git Blame
Copy Permalink