Minor, uncomment passing IR text test

This commit is contained in:
Alexander Udalov
2021-09-29 15:36:05 +02:00
parent d3662b48a2
commit e6a160e115
2 changed files with 5 additions and 2 deletions
@@ -1,6 +1,4 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
fun interface Fn<T, R> {
@@ -1636,6 +1636,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/expressions/funInterface/castFromAny.kt");
}
@TestMetadata("partialSam.kt")
public void testPartialSam() throws Exception {
runTest("compiler/testData/ir/irText/expressions/funInterface/partialSam.kt");
}
@TestMetadata("samConversionInVarargs.kt")
public void testSamConversionInVarargs() throws Exception {
runTest("compiler/testData/ir/irText/expressions/funInterface/samConversionInVarargs.kt");