KT-23394: Add a test with a property

This commit is contained in:
Yan Zhulanow
2020-10-07 18:52:26 +09:00
parent cdf7f46ce1
commit f2dc132d5d
3 changed files with 25 additions and 0 deletions
@@ -14278,6 +14278,11 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
runTest("idea/testData/quickfix/typeMismatch/variableInitializedWithNull4.kt");
}
@TestMetadata("variableInitializedWithNullProperty.kt")
public void testVariableInitializedWithNullProperty() throws Exception {
runTest("idea/testData/quickfix/typeMismatch/variableInitializedWithNullProperty.kt");
}
@TestMetadata("when.kt")
public void testWhen() throws Exception {
runTest("idea/testData/quickfix/typeMismatch/when.kt");