Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
class Foo(n: Int, <spot>val s</spot>: String)
|
||||
+1
@@ -0,0 +1 @@
|
||||
class Foo(n: Int, <spot>s</spot>: String)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention adds a <b>val/var</b> keyword to a primary constructor parameter effectively making it a property.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user