Temporary remove failing test for new inference about SAM conversions

Currently, it's easier to remove test completely rather than mute it
 somehow as it throws exception at compile-time

 #KT-29561 Open
This commit is contained in:
Mikhail Zarechenskiy
2019-01-29 17:24:49 +03:00
parent f125600af1
commit 5bcd974944
4 changed files with 0 additions and 94 deletions
@@ -13521,11 +13521,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");