Smart completion handlers tests made generated

This commit is contained in:
Valentin Kipyatkov
2013-12-26 16:17:49 +04:00
parent 39f07b8354
commit 259d9fb891
39 changed files with 285 additions and 38 deletions
@@ -3,3 +3,5 @@ import java.lang.annotation.ElementType
fun foo(){
val e : java.lang.annotation.ElementType = ElementType.FIELD<caret>
}
// ELEMENT: ElementType.FIELD