Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Ann
|
||||
|
||||
class Foo(
|
||||
<spot>@field:Ann</spot>
|
||||
var bar: String
|
||||
)
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Ann
|
||||
|
||||
class Foo(
|
||||
<spot>@Ann</spot>
|
||||
var bar: String
|
||||
)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention adds use-site target to annotation that can apply to multiple different Java elements.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user