Add test for failing assertion in JetPropertyStub.createStub
Test for eec6fbb205
Delayed because test data was causing reindex of the whole project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
PsiJetFileStubImpl[package=]
|
||||
PACKAGE_DIRECTIVE:
|
||||
PROPERTY:[fqName=c, hasDelegate=false, hasDelegateExpression=false, hasInitializer=true, hasReceiverTypeRef=false, hasReturnTypeRef=false, isTopLevel=true, isVar=false, name=c]
|
||||
@@ -0,0 +1 @@
|
||||
val c = [x] val a
|
||||
@@ -166,6 +166,11 @@ public class StubBuilderTestGenerated extends AbstractStubBuilderTest {
|
||||
doTest("idea/testData/stubs/ParametersWithFqName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PropertyAsPropertyInitalizerInvalidCode.kt")
|
||||
public void testPropertyAsPropertyInitalizerInvalidCode() throws Exception {
|
||||
doTest("idea/testData/stubs/PropertyAsPropertyInitalizerInvalidCode.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("QualifiedAnnotationOnFunction.kt")
|
||||
public void testQualifiedAnnotationOnFunction() throws Exception {
|
||||
doTest("idea/testData/stubs/QualifiedAnnotationOnFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user