Temporary mute test with FrontEndException (KT-26386)

This commit is contained in:
victor.petukhov
2018-10-04 15:04:14 +03:00
parent f61980732b
commit 4ee0a666cb
@@ -31,10 +31,10 @@ fun case_3(): Boolean {
UNEXPECTED BEHAVIOUR
ISSUES: KT-26386
*/
fun case_4(): Boolean? {
contract { returns(null) implies case_4() }
return null
}
//fun case_4(): Boolean? {
// contract { returns(null) implies case_4() }
// return null
//}
fun case_5(): Boolean? {
contract { returns(null) implies <!TYPE_INFERENCE_EXPECTED_TYPE_MISMATCH, ERROR_IN_CONTRACT_DESCRIPTION!>listOf(0)<!> }