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
2f613638c266c65aea25a0e443219e63609d2961
kotlin-fork
/
idea
/
testData
/
intentions
/
replaceWithDotQualifiedMethodCall
/
parenthesesAroundRightHandArgument.kt
T
Pradyoth Kukkapalli
8b6bd8a184
New Intention Action: Replace an infix function call with a dot qualified method call.
2014-02-09 09:05:19 -08:00
3 lines
44 B
Kotlin
Raw
Blame
History
fun
foo
(
x
:
Foo
)
{
<
caret
>
x
foo
(
1
+
2
)
}
Reference in New Issue
View Git Blame
Copy Permalink