Minor, uncomment passing IR text test
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user