Improve test exceptions fixation:
- exceptions is analyzed if it's specified explicitly only, - compute test case number for diagnostic tests in which an exception is thrown.
This commit is contained in:
+1
@@ -33,6 +33,7 @@ fun case_3(): Boolean {
|
||||
* TESTCASE NUMBER: 4
|
||||
* UNEXPECTED BEHAVIOUR
|
||||
* ISSUES: KT-26386
|
||||
* EXCEPTION: compiler
|
||||
*/
|
||||
fun case_4(): Boolean? {
|
||||
contract { returns(null) implies case_4() }
|
||||
|
||||
Reference in New Issue
Block a user