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