Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class TestClass(text: String) {
|
||||
private val text = text
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
class TestClass(private val <caret>text: String)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention moves a property from the primary constructor to the class body.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user