Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
annotation class X(val value: Y)
|
||||
annotation class Y()
|
||||
|
||||
@X(Y())
|
||||
fun foo() {}
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
annotation class X(val value: Y)
|
||||
annotation class Y()
|
||||
|
||||
@X(@Y())
|
||||
fun foo() {}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes an unnecessary <b>@</b> from annotations which are annotation arguments themselves.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user