Add tests for obsolete issues (KT-42722, KT-39880)
This commit is contained in:
+10
@@ -21793,11 +21793,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt20387.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt39880.kt")
|
||||
public void testKt39880() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt39880.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4152.kt")
|
||||
public void testKt4152() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42722.kt")
|
||||
public void testKt42722() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt42722.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt45022.kt")
|
||||
public void testKt45022() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/operatorConventions/kt45022.kt");
|
||||
|
||||
Reference in New Issue
Block a user