One more test

This commit is contained in:
Valentin Kipyatkov
2016-03-24 17:40:11 +03:00
parent e8c35e16e0
commit 7d3229538e
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,10 @@
import kotlin.properties.Delegates
class C {
val v by Delegates.<caret>
}
// EXIST: notNull
// EXIST: observable
// EXIST: vetoable
// NOTHING_ELSE