Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
val x: String = "Hello"
|
||||
+1
@@ -0,0 +1 @@
|
||||
val x: String by lazy { "Hello" }
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts a lazy property / variable to an ordinary property / variable.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user