Revert "Temporary remove failing test for new inference about SAM conversions"

This reverts commit 5bcd974944.

 Fixed in 7c4101e2

 #KT-29561 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2019-05-30 16:38:13 +03:00
parent 465d21e6c5
commit 0bc4022242
4 changed files with 94 additions and 0 deletions
@@ -13811,6 +13811,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOut.kt");
}
@TestMetadata("genericSamProjectedOutWithNewInference.kt")
public void testGenericSamProjectedOutWithNewInference() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOutWithNewInference.kt");
}
@TestMetadata("lambdaInstanceOf.kt")
public void testLambdaInstanceOf() throws Exception {
runTest("compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt");