FIR: add test repeating a problem with annotation mapping (KT-48298)

This commit is contained in:
Mikhail Glukhikh
2021-08-17 11:00:35 +03:00
committed by TeamCityServer
parent ab158a53c3
commit 6660c9b26b
7 changed files with 145 additions and 0 deletions
@@ -326,6 +326,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/firStdlibDependency.args");
}
@TestMetadata("firVsClassicAnnotation.args")
public void testFirVsClassicAnnotation() throws Exception {
runTest("compiler/testData/cli/jvm/firVsClassicAnnotation.args");
}
@TestMetadata("flagAllowingResultAsReturnType.args")
public void testFlagAllowingResultAsReturnType() throws Exception {
runTest("compiler/testData/cli/jvm/flagAllowingResultAsReturnType.args");