Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class Person(val name: String)
|
||||
|
||||
val persons = <spot>arrayListOf()</spot>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class Person(val name: String)
|
||||
|
||||
val persons = <spot>ArrayList()</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention reports explicit calls of <b>Collection constructor</b> calls which can be replaced by function calls from the stdlib.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user