FIR: add test repeating a problem with annotation mapping (KT-48298)
This commit is contained in:
committed by
TeamCityServer
parent
ab158a53c3
commit
6660c9b26b
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user