Cleanup deprecated symbol usages in testData
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ fun test3(): Int {
|
||||
})
|
||||
return res
|
||||
} catch (e: RuntimeException) {
|
||||
return e.getMessage()?.toInt2()!!
|
||||
return e.message?.toInt2()!!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user