Import of KClass inserted when needed on conversion to Kotlin on paste

This commit is contained in:
Valentin Kipyatkov
2015-05-27 20:16:40 +03:00
parent f687a40136
commit 002312f98a
7 changed files with 51 additions and 20 deletions
@@ -0,0 +1,6 @@
<selection>@interface Ann {
Class value();
}</selection>
class X {
}