Conversion to Kotlin on paste: supported for annotation

This commit is contained in:
Valentin Kipyatkov
2015-05-27 19:42:18 +03:00
parent 098b313a32
commit f687a40136
5 changed files with 23 additions and 1 deletions
@@ -0,0 +1,7 @@
@interface Ann {
Class value();
}
<selection>@Ann(String.class)
</selection>class C {
}