Minor: Update generated tests for KT-34569

This commit is contained in:
Yan Zhulanow
2020-01-31 22:39:34 +09:00
parent 052710db16
commit 36a6eedd9c
@@ -289,6 +289,11 @@ public class IrClassFileToSourceStubConverterTestGenerated extends AbstractIrCla
runTest("plugins/kapt3/kapt3-compiler/testData/converter/kt28306.kt"); runTest("plugins/kapt3/kapt3-compiler/testData/converter/kt28306.kt");
} }
@TestMetadata("kt34569.kt")
public void testKt34569() throws Exception {
runTest("plugins/kapt3/kapt3-compiler/testData/converter/kt34569.kt");
}
@TestMetadata("lazyProperty.kt") @TestMetadata("lazyProperty.kt")
public void testLazyProperty() throws Exception { public void testLazyProperty() throws Exception {
runTest("plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt"); runTest("plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt");