[Spec tests] KT-35494 test update
This commit is contained in:
committed by
Victor Petukhov
parent
1caafdc9d4
commit
8b307c0a2a
+1
-1
@@ -52,7 +52,7 @@ fun case2() {
|
||||
*/
|
||||
fun case3() {
|
||||
val tryVal: A<Int> =
|
||||
<!TYPE_MISMATCH, TYPE_MISMATCH!>try {
|
||||
<!TYPE_MISMATCH, TYPE_MISMATCH, TYPE_MISMATCH, TYPE_MISMATCH!>try {
|
||||
throwExceptionA(false)
|
||||
A(2)
|
||||
} catch (e: ExcA) {
|
||||
|
||||
Reference in New Issue
Block a user