Intention for removing explicit type arguments at function calls
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val x = <spot>X("x")</spot>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val x = <spot>X<String>("x")</spot>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes type arguments from function calls when they can be implicitly inferred
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user