IC IDE: Add description of intention to add @JvmInline to value class

#KTIJ-5663
This commit is contained in:
Ilmir Usmanov
2021-03-22 19:41:59 +01:00
parent 823d2d0748
commit 5abc45e6ff
3 changed files with 8 additions and 0 deletions
@@ -0,0 +1,2 @@
<spot>@JvmInline</spot>
value class IC(val i: Int)
@@ -0,0 +1 @@
value class IC(val i: Int)
@@ -0,0 +1,5 @@
<html>
<body>
This intention adds a <b>@JvmInline</b> annotation to the specified value class.
</body>
</html>