From 36a6eedd9cba6dda3d752c9028594fcc2660ef90 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 31 Jan 2020 22:39:34 +0900 Subject: [PATCH] Minor: Update generated tests for KT-34569 --- .../test/IrClassFileToSourceStubConverterTestGenerated.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/kapt3/kapt3-compiler/test/org/jetbrains/kotlin/kapt3/test/IrClassFileToSourceStubConverterTestGenerated.java b/plugins/kapt3/kapt3-compiler/test/org/jetbrains/kotlin/kapt3/test/IrClassFileToSourceStubConverterTestGenerated.java index 1f0824686b4..53b17f42a49 100644 --- a/plugins/kapt3/kapt3-compiler/test/org/jetbrains/kotlin/kapt3/test/IrClassFileToSourceStubConverterTestGenerated.java +++ b/plugins/kapt3/kapt3-compiler/test/org/jetbrains/kotlin/kapt3/test/IrClassFileToSourceStubConverterTestGenerated.java @@ -289,6 +289,11 @@ public class IrClassFileToSourceStubConverterTestGenerated extends AbstractIrCla 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") public void testLazyProperty() throws Exception { runTest("plugins/kapt3/kapt3-compiler/testData/converter/lazyProperty.kt");