Added intention which adds or removes explicit type specification for property or variable.
#KT-1427 fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
val a <spot>: Array<Int></spot> = array(1, 2, 3)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
val <spot>a</spot> = array(1, 2, 3)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention adds or removes explicit type specification for local values, variables and properties.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user