[Test] Reproduce KT-65415 and KT-66432
This commit is contained in:
committed by
Space Team
parent
d352cc9d96
commit
7a383373b0
+5
@@ -178,6 +178,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/annotations/genericAnnotations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intrinsicConstEvaluationInSources.kt")
|
||||
public void testIntrinsicConstEvaluationInSources() {
|
||||
runTest("compiler/testData/codegen/box/annotations/intrinsicConstEvaluationInSources.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invisibleFunctionWithReceiverWithSuppress.kt")
|
||||
public void testInvisibleFunctionWithReceiverWithSuppress() {
|
||||
runTest("compiler/testData/codegen/box/annotations/invisibleFunctionWithReceiverWithSuppress.kt");
|
||||
|
||||
Reference in New Issue
Block a user