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
@@ -1444,6 +1444,12 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/idea-completion/testData/smart/propertyDelegate"), Pattern.compile("^(.+)\\.kt$"), true);
}
@TestMetadata("DelegatesDot.kt")
public void testDelegatesDot() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/propertyDelegate/DelegatesDot.kt");
doTest(fileName);
}
@TestMetadata("ExplicitValType.kt")
public void testExplicitValType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/idea-completion/testData/smart/propertyDelegate/ExplicitValType.kt");